Drop all tables, MySQL.
SELECT concat('DROP TABLE IF EXISTS `', table_name, '`;')
FROM information_schema.tables
WHERE table_schema = 'MyDatabaseName';
Copy and paste the result and run it.
Drop all tables, MySQL.
SELECT concat('DROP TABLE IF EXISTS `', table_name, '`;')
FROM information_schema.tables
WHERE table_schema = 'MyDatabaseName';
Copy and paste the result and run it.
Hi I'm Mike!
I'm a student of Web Design and Development. I am attending a fast paced, condensed one year program at Conestoga College.
I am currently looking for a work placement that will begin November 21.
I'm friendly, creative, and focused.
Languages that I am familliar with and am currently learning are:
HTML CSS C# .NET PHP SQL Java Javascript Ajax FlashAS3
0 comments:
Post a Comment