minor fixes

This commit is contained in:
George 2021-01-28 17:13:41 +03:00
parent c7ec1b9313
commit e612ad2bab

View File

@ -195,7 +195,7 @@ Use case: suppose you have a service that stores data for multiple clients in on
**Syntax**
```sql
byteSize(arguments)
byteSize(argument [, ...])
```
**Parameters**
@ -290,7 +290,6 @@ SELECT byteSize(NULL, 1, 0.3, '');
Result:
```text
┌─byteSize(NULL, 1, 0.3, '')─┐
│ 19 │
└────────────────────────────┘