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
18838f5318
memgraph
/
tests
/
data
/
cypher_queries
/
read
/
where
/
where.cypher
2 lines
34 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
MATCH n WHERE n.property <> "100"
Reference in New Issue
Copy Permalink