7e5dddecae
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D799
2 lines
46 B
Plaintext
2 lines
46 B
Plaintext
MATCH (n) RETURN min(n.x), max(n.x), avg(n.x)
|