Mybatis 批量更新无效字符的错误

使用<foreach></foreach> 批量insert时报错 ORA-00911: 无效字符的错误 <foreach collection="list" item="item" index="index" separator=";">    insert into table1 (column1) values (#{item.num}) </foreach> Mybatis 会打印的sq
相关文章
相关标签/搜索