SELECT CONCAT(CAST(int_col AS CHAR), char_col);. CONCAT() returns NULL if any argument is NULL . A NULL parameter hides all information contained in ...
確定! 回上一頁