摘要: 1.xml中写数据存在就更新,不存在就插入sql逻辑(merge into 实现) <insert id="insertTableList" parameterType="java.util.List"> merge into t_czk_transInfo_interface_temp t1 US 阅读全文
posted @ 2020-07-09 10:13 巴适的哼 阅读(2642) 评论(0) 推荐(0)
摘要: 一.oracle 批量添加 1.xml中写插入sql <insert id="insertTableList" parameterType="java.util.List"> INSERT ALL <foreach collection="list" item="element" index="in 阅读全文
posted @ 2020-07-09 09:57 巴适的哼 阅读(1339) 评论(0) 推荐(0)