; bad SQL grammar []; nested exception is java.sql.SQLException: ORA-00911: 无效字符
; bad SQL grammar []; nested exception is java.sql.SQLException: ORA-00911: 无效字符
原因:mybatis中的sql语句不能有分号结尾
; bad SQL grammar []; nested exception is java.sql.SQLException: ORA-00911: 无效字符; bad SQL grammar []; nested exception is java.sql.SQLException: ORA-00911: 无效字符
原因:mybatis中的sql语句不能有分号结尾
|