b98c12ea89
Reviewers: mferencevic Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D600
2 lines
54 B
Python
2 lines
54 B
Python
print("MATCH (n) RETURN count(n), count(n.x);" * 128)
|