If expr is a case-sensitive string expression, the string comparison is performed in case-sensitive fashion: mysql> SELECT 2 IN (0,3,5,'wefwf'); -> 0 mysql> ...
確定! 回上一頁