grammar and punctuation fix

This commit is contained in:
ana-uvarova 2021-03-22 20:05:42 +03:00
parent a93a321db8
commit 5bfcd0618f

View File

@ -24,7 +24,7 @@ position((haystack, needle[, start_pos]) | (needle IN haystack))
Алиас: `locate(haystack, needle[, start_pos])`.
!!! note "Примечание"
Синтаксис position(needle IN haystack) обеспечивает совместимость с SQL и работает также как position(haystack, needle).
Синтаксис position(needle IN haystack) обеспечивает совместимость с SQL и работает так же, как position(haystack, needle).
**Аргументы**