Zainab-Saad opened a new issue, #134:
URL: https://github.com/apache/age-website/issues/134

   The query provided under the terminal CREATE clauses 
[here](https://age.apache.org/age-manual/master/clauses/create.html#terminal-create-clauses)
 gives error instead of outputting '0 rows returned'
   
   Upon executing the following query:
   `SELECT * 
   FROM cypher('graph_name', $$
       CREATE /* Create clause here, no following clause */
   $$) as (a agtype);`
   
   I get:
   
   > ERROR:  syntax error at end of input
   LINE 4: $$) as (a 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.apache.org

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

Reply via email to