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
e618e3d2f4
commit
bdfd5a8896
@ -95,7 +95,7 @@ leftPadUTF8('string','length'[, 'pad_string'])
|
||||
**Arguments**
|
||||
|
||||
- `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.
|
||||
- `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 current input string with. [String](../data-types/string.md).
|
||||
|
||||
[String](../data-types/string.md)
|
||||
|
Loading…
Reference in New Issue
Block a user