【发布时间】:2014-04-15 01:40:34
【问题描述】:
我不断收到此错误。
我该如何解决这个问题?
错误:
java.sql.SQLSyntaxErrorException: ORA-00933: SQL 命令未正确结束
代码:
<update id="updateProc" parameterClass="rating">
update rating set
rating_title=#rating_title#
rating_cont=#rating_cont#
where mem_id=#mem_id#
and rating_code=#rating_code#
</update>
【问题讨论】:
-
请提及您正在执行的sql查询
-
想一想,你的查询没有正确结束……
标签: sql eclipse oracle sql-update ora-00933