ClickHouse® is a free analytics DBMS for big data
-
Updated
Apr 10, 2022 - C++
Use case:
Concatenate TEXT or to TEXT castable type values using a given separator, for example concatenate address parts by comma.
SELECT concat_ws(',', '535 Mission St.', '14th floor', 'San Francisco', 'CA', '94105') AS address;
--> 535 Mission St., 14th floor, San Francisco, CA 94105Feature description:
Add support for the `concat_ws ( sep text, val1 "any" [
Add a description, image, and links to the dbms topic page so that developers can more easily learn about it.
To associate your repository with the dbms topic, visit your repo's landing page and select "manage topics."
Search before asking
Version
trunk
What's Wrong?
error:
What You Expected?
win
How to Reproduce?
No response
Anything Else?
_No