SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: InlineParameterMap
<select >;
</select>
ibatis 语句切忌 不用加“;”否则就杯具了!
把 <select></select> 标签中,SQL语句的 ; 去掉,就成功了!
<select >;
</select>
ibatis 语句切忌 不用加“;”否则就杯具了!
把 <select></select> 标签中,SQL语句的 ; 去掉,就成功了!