摘要:
1. 使用批量插入最先想到如下的插入语句 insert into a (id,name) values('','') ,('','') 但是 oracle 并不支持这种写法 然后查询得知可以使用如下写法 insert all into a(id,name) values('','') into a( 阅读全文
摘要:
The error occurred in EmptyMapping.xml. The error occurred while applying a parameter map. Check the queryEventStatisticsVO-InlineParameterMap. Check 阅读全文