ORA-01722: 无效数字
java吧
全部回复
仅看楼主
level 1
zhaixinlu37 楼主
Translating SQLException with SQL state '42000', error code '1722', message [
--- The error occurred while applying a parameter map.
--- Check the getDataGathers_Input_count-InlineParameterMap.
--- Check the statement (query failed).
--- Cause: java.sql.SQLException: ORA-01722: 无效数字
是在ibatis框架下,使用:
<isNotEmpty prepend=" and " property="delid">
tb_in.id not in($delid$)
</isNotEmpty>所报的异常。 当delid为123时,没问题,当123,1234,1234就会报此异常。。。
2013年07月25日 10点07分 1
1