mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +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
be082ff33e
commit
e618e3d2f4
@ -94,7 +94,7 @@ leftPadUTF8('string','length'[, 'pad_string'])
|
||||
|
||||
**Arguments**
|
||||
|
||||
- `string` — Input UTF-8 string, that need to be padded. [String](../data-types/string.md).
|
||||
- `string` — Input UTF-8 string, that needs to be padded. [String](../data-types/string.md).
|
||||
- `length` — The length of the resulting string once the input string pads. [UInt](../data-types/int-uint.md). If the value is less than input string length, then string is returned as-is.
|
||||
- `pad_string` — The string to pad the current input string with. [String](../data-types/string.md).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user