
獲得Drop所有表結(jié)構(gòu)的DLL語(yǔ)句
SELECT concat('DROP TABLE IF EXISTS ', table_name, ';') FROM information_schema.tables WHERE table_schema = 'data_name';執(zhí)行上述操作后的DLL語(yǔ)句
獲得Drop所有表結(jié)構(gòu)的DLL語(yǔ)句
SELECT concat('DROP TABLE IF EXISTS ', table_name, ';') FROM information_schema.tables WHERE table_schema = 'data_name';
執(zhí)行上述操作后的DLL語(yǔ)句