Explicitly enter a NULL
From SQLZoo
Explicitly enter a NULL.
1.
schema:scott
DELETE FROM t_peep WHERE id=4677
INSERT INTO t_peep VALUES (4677, NULL)
result
Explicitly enter a NULL.
DELETE FROM t_peep WHERE id=4677
INSERT INTO t_peep VALUES (4677, NULL)