You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2021/08/07 20:58:38 UTC

[GitHub] [incubator-age] Uria1 commented on issue #102: Supported Cypher Syntax

Uria1 commented on issue #102:
URL: https://github.com/apache/incubator-age/issues/102#issuecomment-894706162


   thanks!
   regarding the optional match... what I'm trying to do is find out if certain nodes exist.
   i.e.
   ```
   MATCH (a:country {name:'Italy'})
   MATCH (b:country {name:'France'})
   return a,b
   ```
   In case both nodes exist, I get both returned which is fine. However, if only one node exist I get nothing back.
   Is there a way around it?


-- 
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