insert a null value into a table CREATE TABLE integers(i INTEGER); INSERT INTO integers VALUES (NULL); ... Use IS (NOT) NULL to check if a value is NULL.
確定! 回上一頁