mybatis/mybatis-dynamic-sql

MyBatis3Utils.insertMultiple 不支持oracle批量查询语法,有什么办法解决没

liuyukuai opened this issue · 1 comments

SQL: insert into sys_temp (ID, NAME,) values (?, ? ), (?, ?), (?, ?), (?, ?)

Cause: java.sql.SQLSyntaxErrorException: ORA-00933: SQL 命令未正确结束

Oracle doesn't support this syntax before version 23c.