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

Posted NG柠檬

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Subquery returns more than 1 row查询结果多于一行相关的知识,希望对你有一定的参考价值。

例如 :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查询结果多于一行的主要内容,如果未能解决你的问题,请参考以下文章

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

mysql 报错 ‘u'Subquery returns more than 1 row'’

java.sql.SQLException: The server time zone value ‘?й???????’ is unrecognized or represents more tha

java SSM项目搭建-- The server time zone value '?й???????' is unrecognized or represents more tha

java.sql.SQLException: The server time zone value ‘�й���׼ʱ��‘ is unrecognized or represents more tha

SQL:请改进我的 select-where-subquery-returns-one 查询