What does delete from table where NULL = NULL mean?
delete from table where NULL = NULL
Not a single row is affected by this SQL command.