Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
2020-4, 2020-5
Description
From the Google Groups, this query fails:
SELECT DISTINCT member_id
|
FROM member_store_transaction
|
WHERE member_id IN (
|
SELECT member_id
|
FROM member_store_transaction
|
)
|
OR member_id IN (
|
SELECT member_id
|
FROM member_store_transaction
|
)
|
With the error "Correlated subquery within OR operator is currently not supported".