jihot2000 commented on issue #218:
URL: https://github.com/apache/incubator-age/issues/218#issuecomment-1130122198

   I find 'WHERE NOT EXISTS' can do path pattern not match
   ```
   MATCH (head)-[:edge*]->()
   WHERE NOT EXISTS (()-[:edge]->(head))
   RETURN head
   ```


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

Reply via email to