b98c12ea89
Reviewers: mferencevic Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D600
3 lines
92 B
Python
3 lines
92 B
Python
from setup import LABEL_COUNT, rint
|
|
print("MATCH (n:Label%d) RETURN n" % rint(LABEL_COUNT))
|