mybatis 模糊查询报错: java.sql.SQLException: ORA-01006: 绑定变量不存在
今天做一个借口,简单的模糊查询,刚开始这样写的:select distinct(vehicle_number) from TBL_PARKING_LOT_RECORD where lower(vehicle_number) like lower('%#{vehicleNumber}%')立马出异常:java.sql.SQLException: ORA-01006: 绑定变量不存在。
转载
2015-06-24 09:45:06 ·
4353 阅读 ·
0 评论