mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
dc5aaddf2c
commit
63f1f140dc
@ -111,7 +111,7 @@ Type: [String](../data-types/string.md).
|
||||
Query:
|
||||
|
||||
``` sql
|
||||
SELECT leftPadUTF8('абвг', 7, '*');
|
||||
SELECT leftPadUTF8('абвг', 7, '*'), leftPadUTF8('дежз', 7);
|
||||
```
|
||||
|
||||
Result:
|
||||
|
Loading…
Reference in New Issue
Block a user