maximum number of expressions in a list is 1000

 Caused by: java.sql.SQLException: ORA-01795: maximum number of expressions in a list is 1000

原因:

sql使用了in关键字,in中的元素个数不能大于1000,大于1000则出现以上错误!

猜你喜欢

转载自luan.iteye.com/blog/1627276
今日推荐