We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nGQL: MATCH (v:player {name: "Tim Duncan"}) RETURN a.age > 30, "a string", (v)-[]->();
In the preceding screenshot, the first nGQL statement worked but the second failed, which means nGQL does not support RETURN <pattern>.
RETURN <pattern>
openCypher: MATCH (a {name: "Keanu Reeves"}) RETURN a.age > 30, "I'm a literal", (a)-[]->()
The text was updated successfully, but these errors were encountered:
This is an unimplemented feature.
Sorry, something went wrong.
Delete autp_sync_issue.yml (vesoft-inc#2677)
26552b2
remove sync from nebula
Revert "stop sync issue from ent repo to nebula" (vesoft-inc#2759)
e0a334f
* Revert "Delete autp_sync_issue.yml (vesoft-inc#2677)" This reverts commit 26552b2. * Rename autp_sync_issue.yml to auto_sync_issue.yml
No branches or pull requests
nGQL: MATCH (v:player {name: "Tim Duncan"}) RETURN a.age > 30, "a string", (v)-[]->();
In the preceding screenshot, the first nGQL statement worked but the second failed, which means nGQL does not support
RETURN <pattern>
.openCypher: MATCH (a {name: "Keanu Reeves"}) RETURN a.age > 30, "I'm a literal", (a)-[]->()
The text was updated successfully, but these errors were encountered: