Somehow somone exploited my site and has inserted inserted the 48 pages(about 1440 rows) of nothing?
These images might help explain my issue
As you can see in the first picture under rows, there is 2,530. There should only be about 1090 because 1440 of them are completely blank as shown on image 2
I have tried
DELETE FROM links WHERE url = '';
DELETE FROM links WHERE url IS NULL;
But none of these worked. Does anyone know how to remove these?
Thanks Joel