mybatis常见错误小结

ORA-01745: invalid host/bind variable name:

少了逗号,#号,用了关键字等都有可能


 ORA-01830: date format picture ends before converting entire input string

常会出现在用to_date这个函数去转化datestamp类型,会出错


ORA-00904: "CL"."JSSJ": invalid identifier

无效的标识符 ,一般是没有对应字段 ,这里提示的就是没有JSSJ那个字段

猜你喜欢

转载自blog.csdn.net/ademoa/article/details/80090589