kenwoon commented on issue #920:
URL: https://github.com/apache/age/issues/920#issuecomment-1547217391
I've tried the suggestions but none of them worked. From the following input:
```
SELECT *
FROM cypher('Demo', $$
CREATE INDEX ON :Person(roll)
$$) as (v agtype);
```
I get an error that says `ERROR: syntax error at or near "ON"`.
--
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]