标签:orm .sql cat HERE where concat exist format 数据
导入数据库 source /data/gh.sql;
生成所有的 语句 删除数据库中的所有表
SELECT concat(‘DROP TABLE IF EXISTS ‘, table_name, ‘;‘) FROM information_schema.tables WHERE table_schema = ‘hudong‘;
标签:orm .sql cat HERE where concat exist format 数据
原文地址:https://www.cnblogs.com/xiaoyueya/p/8821223.html