deem0n opened a new issue #140:
URL: https://github.com/apache/incubator-age/issues/140


   I tried 
   
   ``` sql
   SELECT * FROM cypher('test', 
   $$MATCH (f:Engine),(t:Engine)
   WHERE NOT EXISTS((f)-[]->(t))
   RETURN f,t$$) as (f agtype, t agtype);
   ```
   
   and it returns nothing. I am sure there are plenty not connected vertexes in 
my DB though.


-- 
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-unsubscr...@age.apache.org

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


Reply via email to