apache / apache/age-website

Error in the query under "Terminal CREATE clauses"

Open
#134 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.