mysql > SELECT ISNULL(1+1); -> 0 mysql> SELECT ISNULL(1/0); -> 1. ISNULL() can be used instead of = to test whether a value is NULL.
確定! 回上一頁