Error in the query under "Terminal CREATE clauses"
Open
- Dominant language
- Shell
- Stars
- 42
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.