WHERE IS NULL tests if a column has a NULL value. NULL is a special value that signifies no value. Testing for NULL with the = operator is not possible.
確定! 回上一頁