DELETE FROM albums WHERE release_year IS NULL;
I am running this SQL Query to delete rows that have release_year as null, but this throws an error telling me that,
You are using safe update mode and trying to update a table without a where keyword
 
    