mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #30222 from PaVeL-Ekt/patch-2
Fixed a typo in the string-functions.md
This commit is contained in:
commit
6b9a1ab60b
@ -34,15 +34,15 @@ empty(x)
|
||||
Запрос:
|
||||
|
||||
```sql
|
||||
SELECT notempty('text');
|
||||
SELECT empty('text');
|
||||
```
|
||||
|
||||
Результат:
|
||||
|
||||
```text
|
||||
┌─empty('')─┐
|
||||
│ 1 │
|
||||
└───────────┘
|
||||
┌─empty('text')─┐
|
||||
│ 0 │
|
||||
└───────────────┘
|
||||
```
|
||||
|
||||
## notEmpty {#notempty}
|
||||
|
Loading…
Reference in New Issue
Block a user