mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
This commit is contained in:
parent
72b7737391
commit
18ae8aac30
@ -93,7 +93,7 @@ leftPadUTF8('string','length'[, 'pad_string'])
|
||||
|
||||
**Arguments**
|
||||
|
||||
- `string` — Input string, that needs to be padded. [String](../data-types/string.md).
|
||||
- `string` — Input string that needs to be padded. [String](../data-types/string.md).
|
||||
- `length` — The length of the resulting string. [UInt](../data-types/int-uint.md). If the value is less than the input string length, then the input string is returned as-is.
|
||||
- `pad_string` — The string to pad the input string with. [String](../data-types/string.md). Optional. If not specified, then the input string is padded with spaces.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user