您好,欢迎访问一九零五行业门户网

[MySQL] TRUNCATE整个库前,打印所有TRUNCATE表语句

无详细内容 无 select concat('truncate table mydatabase.',table_name,';') from information_schema.tables where table_schema='mydatabase'
select concat('truncate table mydatabase.',table_name,';') from information_schema.tables where table_schema='mydatabase'
其它类似信息

推荐信息