I use PostgreSQL database and in one table I have the datetime column edit_user. Some rows are blank, and these rows I would like to delete.
I tried
DELETE FROM table WHERE edit_user IS NULL;