ruby 例如 :conditions => ["name = and product_id = "]

ruby 例如 :conditions => ["name = and product_id = "]

题目
ruby 例如 :conditions => ["name = and product_id = "]
答案
这个就相当于 是 sql的 条件语句啊
上面的 就相当于 where name = and product_id=
这里的问号 就相当于 sql语句的预处理
:conditions => ["name = and product_id = "]
这个应该 是需要给两个预处理参数
:conditions => ["name = and product_id = ",params[:name],params[:product_id]]
正常的语句 是 select * from product where name =params[:name] and product_id= params[:product_id]
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
最新试题
热门考点

超级试练试题库

© 2017-2019 超级试练试题库,All Rights Reserved.