SQL : Tips of the Day. How to drop all tables from a database with one SQL query? USE Databasename SELECT 'DROP TABLE [' + name + '];' FROM sys.
確定! 回上一頁