jprck-snts
5/18/2019 - 7:26 PM

Select All Table to Drop (MySQL)

SELECT concat('DROP TABLE IF EXISTS `', table_name, '`;')
FROM information_schema.tables
WHERE table_schema = 'MyDatabaseName';