Update string-functions.md

This commit is contained in:
Alexey Milovidov 2022-05-07 13:46:17 +03:00 committed by GitHub
parent 2d1057bc87
commit 0cac59a9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,8 +480,7 @@ Result:
## substring(s, offset, length), mid(s, offset, length), substr(s, offset, length) {#substring}
Returns a substring starting with the byte from the offset index that is length bytes long. Character indexing
starts from one (as in standard SQL).
Returns a substring starting with the byte from the offset index that is length bytes long. Character indexing starts from one (as in standard SQL).
## substringUTF8(s, offset, length) {#substringutf8}