Delete From `table` where `row` LIKE '%Something%' limit 1
What happens if an error comes up and Something = Nothing?
Then it clears your database.
Using Limit # stops it from deleting too many. It also speeds up queries when dealing with large databases.