rafsun42 commented on code in PR #1803:
URL: https://github.com/apache/age/pull/1803#discussion_r1588052328
##########
regress/sql/cypher_subquery.sql:
##########
@@ -73,13 +73,24 @@ SELECT * FROM cypher('subquery', $$ MATCH (a:person)
}
RETURN
(a) $$) AS (result agtype);
---union, no returns, not yet implemented, should error out
+--union, no returns
SELECT * FROM cypher('subquery', $$ MATCH (a:person)
WHERE
EXISTS {
Review Comment:
Just curious (because I don't know EXISTS subquery much), how does WHERE
EXISTS work if the inner subquery does not return?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]