当前位置:Gxlcms > 数据库问题 > MySQL 常用使用语句

MySQL 常用使用语句

时间:2021-07-01 10:21:17 帮助过:14人阅读

1)批量删除表
Select CONCAT( 'drop table ', table_name, ';' ) 
FROM information_schema.tables 
Where table_name LIKE 'pre_%';

MySQL 常用使用语句

标签:tables   mysql   class   down   ble   div   like   sch   orm   

人气教程排行