b98c12ea89
Reviewers: mferencevic Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D600
2 lines
46 B
Plaintext
2 lines
46 B
Plaintext
MATCH (n) RETURN min(n.x), max(n.x), avg(n.x)
|