06 2021 档案

摘要:delete from 'table' 和 truncate 'table'都可以清空数据库,但是他们是有区别的: 相同点: 都能删除数据,不会删除表的结构和索引值 不同点: 1.truncate 会重新设置自增列,计数器变为0 2.truncate 不会影响事务 补充 用delete 删除数据的时 阅读全文
posted @ 2021-06-29 22:24 明明一颗大白菜 阅读(1523) 评论(0) 推荐(0) 编辑
摘要:<insert id="insert" keyProperty="id" useGeneratedKeys="true" parameterType="com.demo.domain.CountRateConfig"> insert into query_rate_config (code,part 阅读全文
posted @ 2021-06-10 17:40 明明一颗大白菜 阅读(959) 评论(0) 推荐(0) 编辑

<-- -->
点击右上角即可分享
微信分享提示