In the following cypher:
START n = node(0, 1, 2, 3 .... n)
What is the maximum number of Node IDs (n
) which can be referenced?
In the following cypher:
START n = node(0, 1, 2, 3 .... n)
What is the maximum number of Node IDs (n
) which can be referenced?