What does delete from table where NULL = NULL mean?
delete from table where NULL = NULL
I imagine it depends on the database, but to my knowledge, it shouldn't achieve anything, as NULL is never equal to NULL, at least in db theory.