DB
FunctionsString

concat_ws

Uses the first argument as separator, then concatenates non-NULL remaining arguments per row.

concat_ws(…) → String

Kind · scalar

Uses the first argument as separator, then concatenates non-NULL remaining arguments per row.

Part of the String family.