Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到以下错误。
异常信息:
消息:SQLSTATE[21000]:基数违规:1242 子查询返回超过 1 行
为什么 fetchall 会出现查询多行的问题???
一个可能的原因是子查询在表达式中跟随 '='、'>'、... 并返回多于一行。
或者您可以发布 SQL 语句以供进一步讨论?