http://blog.csdn.net/c517984604/article/details/7052186 [Err] 1242 - Subquery returns more than 1 row --表示子查询返回了多行数据
例如:
select * from table1 where table1.colums=(select columns from table2)
解决方法
解决"Subquery returns more than 1 row"sql查询错误
原文:http://www.cnblogs.com/svennee/p/4084434.html