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

   @ishaan812 PR #1785 will allow running this query like this- 
   ```
   SELECT * FROM cypher('weber', $$ MATCH (n:Flow|ActionEntity) RETURN n ORDER 
BY n.updated_at ASC LIMIT 10 $$) AS (V agtype);
   ```
   I am not sure when this PR will be merged 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