mybatis使用truncate清除表数据,mysql,是用update

    xiaoxiao2022-06-30  87

    <update id="truncateTable">     truncate table ${tableName} </update>

     

    <update id="truncateTable">     truncate table tableName </update>

     

     


    最新回复(0)