摘要:
参考来自:https://stackoverflow.com/questions/40647600/postgresql-multi-value-upserts/46233907#46233907 1.before insert 2.insert sql 3.after insert 注意这里有两个 阅读全文
摘要:
参考来自:mybatis mysql 批量insert 返回主键 注意:必须要在mybatis3.3.1及其以上才能实现。 1.service 2.dao 3.xml 注意这里是list,不管参数名叫什么,这里都是list。 4.效果 执行前,branchEntryList里的对象是没有id的值的。 阅读全文
摘要:
postgres_fdw的使用参考来自:https://my.oschina.net/Kenyon/blog/214953 postgres跨库查询可以通过dblink或者postgres_fdw来完成,二者的比较可以参看文档:https://my.oschina.net/u/270810/blog 阅读全文