joefagan edited a comment on issue #140:
URL: https://github.com/apache/incubator-age/issues/140#issuecomment-962149963


   To find orphaned nodes...
   ```
   SELECT * FROM cypher('test', 
   $$ MATCH (f) WHERE NOT EXISTS((f)-[]-())
   RETURN f $$) as (f agtype);
   ```
   
   


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