This website requires JavaScript.
Explore
Help
Register
Sign In
tursom
/
memgraph
Watch
1
Star
0
Fork
0
You've already forked memgraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7e38ffe479
memgraph
/
cypher
/
query
/
write
/
create-return.cypher
2 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
DISTINCT is now inside AST; tradeoff: [Return object with return list and distinct pointers -> query executor is going to be more complex] OR [ReturnList object and ReturnDistinct object -> lemon / LARL(1) syntax will be much more complex]
2016-01-18 07:41:54 +08:00
CREATE (n {name: 'Domko', age: 26}) RETURN n
Reference in New Issue
Copy Permalink