DEV Community

Discussion on: A QA engineer enters a bar

Collapse
 
jamesdengel profile image
James dengel • Edited

On the order Ipad he types:

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