I have a table with a column meta_key
… I want to delete all rows in my table where meta_key
matches some string.
For instance I want to delete all 3 rows with "tel" in it - nut just the cell but the entire row. How can I do that with a mysql statement?