SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.Nes
Posted moonsoft
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.Nes相关的知识,希望对你有一定的参考价值。
<select id="getResByName" resultClass="Resources" parameterClass="java.lang.String">
select ID id,RESNAME resname from DIR_RESOURCES where RESNAME = #value# ;
</select>
ibatis 语句切忌 不用加“;”否则就杯具了!
把 <select></select> 标签中,SQL语句的 ; 去掉,就成功了!
以上是关于SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.Nes的主要内容,如果未能解决你的问题,请参考以下文章