标签:执行 tab where log bsp info ble ati div
1.删除某个库里面全部的表 ,先在mysql库中执行:
SELECT CONCAT(‘drop table ‘,table_name,‘;‘) FROM information_schema.`TABLES` WHERE table_schema=‘库名‘;
在到相应的库里面执行上句执行得到的结果。
标签:执行 tab where log bsp info ble ati div
原文地址:http://www.cnblogs.com/nele/p/7092274.html