wangyong86 opened a new issue, #2319:
URL: https://github.com/apache/age/issues/2319

   The following grammer is not support for now:
   
    ```plaintext
     ym_age-# SELECT * FROM cypher('intellid', $$
     ym_age$#   MATCH p= (n1:Company)-[:Holder|:Branch]-()  
     ym_age$#   where n1.name='Company_1'
     ym_age$#   RETURN p
     ym_age$# $$) AS (p agtype)
     ym_age-# 
     ym_age-# ;
     ERROR:  syntax error at or near "SELECT"
     LINE 6: SELECT * FROM cypher('intellid', $$
             ^
     ```
   
   The reason why it's not implemented yet?


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