mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
update doc
This commit is contained in:
parent
4fcafde610
commit
bb8fc59d7c
@ -734,13 +734,13 @@ concat(s1, s2, ...)
|
||||
|
||||
**Arguments**
|
||||
|
||||
At least one value of arbitrary type.
|
||||
Values of arbitrary type. Empty argument is also allowed.
|
||||
|
||||
Arguments which are not of types [String](../data-types/string.md) or [FixedString](../data-types/fixedstring.md) are converted to strings using their default serialization. As this decreases performance, it is not recommended to use non-String/FixedString arguments.
|
||||
|
||||
**Returned values**
|
||||
|
||||
The String created by concatenating the arguments.
|
||||
The String created by concatenating the arguments. If there are no arguments, the function returns empty string.
|
||||
|
||||
If any of arguments is `NULL`, the function returns `NULL`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user