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
500691318a
memgraph
/
tests
/
macro_benchmark
/
groups
/
aggregation
/
min_max_avg.run.cypher
2 lines
46 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Migrate harness to memgraph Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D532
2017-07-11 00:17:18 +08:00
MATCH (n) RETURN min(n.x), max(n.x), avg(n.x)
Reference in New Issue
Copy Permalink