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