美文网首页
mybatis mapper.xml中如何使用truncate语

mybatis mapper.xml中如何使用truncate语

作者: MrBan | 来源:发表于2018-10-14 10:11 被阅读0次

    先定义方法名,方法名作为id。比如如下例子中的truncateTable就是一个方法名。

    <update id="truncateTable">
        truncate table [表名]
    </update>
    

    相关文章

      网友评论

          本文标题:mybatis mapper.xml中如何使用truncate语

          本文链接:https://www.haomeiwen.com/subject/iilzaftx.html