News

This function returns a string resulting from the concatenation, or joining, of two or more string values in an end-to-end manner.
The CONCAT_WS function requires at least two arguments, and no more than 254 arguments. The implicit conversion to strings follows the existing rules for data type conversions. See CONCAT ...