@寻觅一只耳朵 你好,想跟你请教个问题:
看了你的链接:https://my.oschina.net/jsonavaj/blog/265112?nocache=1506592738761
然后我的语句是这样的,但是报错
<select id="queryCurrentPageProduct2" parameterType="java.util.List" resultType="com.hhigh.pojo.Prodfilepro">
<foreach collection="list" item="item" index="index" open="begin" close="end;" separator=";">
select * from PRODFILEPRO where PRODUCTNAME=${item.productname} and PLUGINNAME=${item.pluginname} and PROID=${item.proid}
</foreach>
</select>
希望大牛帮忙看一下
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。
不管是将$改成#,还是用$,都会报错:ORA-06550:第11行,第7列:
PLS-00103:出现符号"end-of-file"在需要下列之一时:
(begincase
declareendexceptionexitforgotoifloopmodnullpragma
raisereturnselectupdatewhilewith<anidentifier>
<adouble-quoteddelimited-identifier><abindva
很多类似的错误信息