Update docs/en/sql-reference/functions/string-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
Roman Bug 2021-08-12 09:45:08 +03:00 committed by GitHub
parent 54664ed013
commit 3bc91471e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Checks whether the input string is empty.
empty(x)
```
A string is considered non-empty if it contains at least one byte, even if this is a space or a null byte. The UUID is empty if it contains all zeros (zero UUID).
A string is considered non-empty if it contains at least one byte, even if this is a space or a null byte.
The function also works for [arrays](array-functions.md#function-empty) or [UUID](uuid-functions.md#empty).