MarieQ
11-15-2000, 05:24 PM
I have a mysql database with 5000 tables. I need to delete those tables with 5 rows or less (delete if table contains <=5 records)
I know how to delete a table:
DROP TABLE IF EXISTS mytable001;
but I don't know how to delete tables "globally".
I'm using phpmyadmin.
Any info appreciated.
I know how to delete a table:
DROP TABLE IF EXISTS mytable001;
but I don't know how to delete tables "globally".
I'm using phpmyadmin.
Any info appreciated.
