Drop more than one table at single statement : Drop Table « Table Index « SQL / MySQL






Drop more than one table at single statement

       

DROP TABLES table1, table2;

   
    
    
    
    
    
    
  








Related examples in the same category

1.Dropping Databases
2.Drop table if exists
3.In MySQL, a single DROP TABLE statement can name several tables to be dropped simultaneously
4.Add an IF EXISTS clause to the drop table statement