0
我有兩個表。 APP_REVIEWREPLAY,APP_USERREVIEW。我正在使用子查詢從不同的表中由條件,在子查詢返回雙值,所以我得到錯誤。我的錯誤是select詳細詢問條件子查詢得到錯誤
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
select * from APP_REVIEWREPLAY where RID=(select RID from APP_USERREVIEW where HALLID=7095)