删除某库中所有表

select concat('DROP TABLE IF EXISTS ',table_name,";") from information_schema.tables where table_schema="db1";;

  

 

 db1代表库名

posted @ 2021-06-05 16:53  myblogexecutive  阅读(62)  评论(0)    收藏  举报