导出库里的所有表

    xiaoxiao2021-12-14  19

    【导出库里的所有表】 select concat('truncate table ',table_name,';') into outfile 'd://truncatetable.sql' from information_schema.tables;
    转载请注明原文地址: https://ju.6miu.com/read-962966.html

    最新回复(0)