rafsun42 commented on issue #1462:
URL: https://github.com/apache/age/issues/1462#issuecomment-1870715693

   There is a [PR](https://github.com/apache/age/pull/1452) for multiple label 
support that is currently under review. It allows modelling hierarchy like 
below-
   ```
   CREATE (:Parent)
   CREATE (:Parent:Child1)
   CREATE (:Parent:Child1:Child2)
   
   MATCH (:Parent) -- returns all three
   MATCH (:Child1) -- returns last two
   ```


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