<=>: Null safe equal mysql> select 1 <=> 1, NULL <=> NULL, 1 <=> NULL; -> 1 1 0; IS NULL: IS NOT NULL: Test whether or not a value is or is not NULL
確定! 回上一頁