码迷,mamicode.com
首页 > 其他好文 > 详细

Subquery returns more than 1 row查询结果多于一行

时间:2017-05-12 13:21:02      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:ack   add   family   mil   subquery   tor   returns   bottom   div   

例如 :WHERE(" use_id =(select user_id from store_staff where store_id="+ store_id + ")");
 
改为  WHERE(" use_id =any(select user_id from store_staff where store_id="+ store_id + ")");

Subquery returns more than 1 row查询结果多于一行

标签:ack   add   family   mil   subquery   tor   returns   bottom   div   

原文地址:http://www.cnblogs.com/wgb123/p/6844855.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!