You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "farooquememon385 (via GitHub)" <gi...@apache.org> on 2023/05/29 15:20:09 UTC

[GitHub] [age] farooquememon385 commented on issue #951: How to use WHERE caluse after a (WITH .. AS ...)

farooquememon385 commented on issue #951:
URL: https://github.com/apache/age/issues/951#issuecomment-1567269339

   The syntax error is happening because the WHERE clause is trying to match a user with a movie. The WHERE clause can only be used to filter the results of a MATCH clause. In this case, the WHERE clause should be applied to the results of the first MATCH clause.


-- 
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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org