CONCAT_WS¶
CONCAT_WS(str_separator, str_0, str_1, ...)
Concatenates the strings together, with the specified separator. Requires at least two arguments.
CONCAT_WS(str_separator, str_0, str_1, ...)
Concatenates the strings together, with the specified separator. Requires at least two arguments.