If you use a number in string context, the number automatically is converted to a BINARY string. mysql> SELECT CONCAT('hello you ',2); -> 'hello you 2'.
確定! 回上一頁