You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "Pratikkapsime (via GitHub)" <gi...@apache.org> on 2023/02/25 10:53:04 UTC

[GitHub] [age-website] Pratikkapsime commented on issue #134: Error in the query under "Terminal CREATE clauses"

Pratikkapsime commented on issue #134:
URL: https://github.com/apache/age-website/issues/134#issuecomment-1445053860

   There is a syntax error because you have written the commented line  /* Create clause here, no following clause */ in the query. Try using this SELECT *  FROM cypher('graph_name', $$ CREATE  $$) 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-unsubscribe@age.apache.org

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