3e793fb8ac
Reviewers: mferencevic, buda Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D714
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))
|