FunctionsString
concat_ws
Uses the first argument as separator, then concatenates non-NULL remaining arguments per row.
concat_ws(…) → StringKind · scalar
Uses the first argument as separator, then concatenates non-NULL remaining arguments per row.
Part of the String family.