fee59a7ec2
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D557
2 lines
62 B
Python
2 lines
62 B
Python
print("MATCH (n) RETURN min(n.x), max(n.x), avg(n.x);" * 128)
|