Java Mybatis 删除数据库表中的数据,mapper.xml中配置mysql语句

<update id="truncate"> truncate table [表名] </update>
相关文章
相关标签/搜索