Hello mysql experts,
I feel a bit dumb because I'm sure this is easy. But I want to delete a range of empty rows from a mysql table. I'm in phpMyAdmin, in Browse view.
To a greenhorn like me, it seems that clicking on the "Check All" feature at the bottom of the table, then clicking on the big red "x" (delete), would do the trick.
But no dice. It only deletes a single row at a time. (It does work with rows that have data, but not the empty ones.)
There aren't a lot of rows, only 363, but there's got to be an easier way to do this than one at a time.
Can anyone help? Thanks!