CONCAT function concatenates 2 or more strings into one string. Syntax CONCAT(string1, string2, ...) Quick Example SELECT CONCAT('A','B'); Null If any value ...
確定! 回上一頁