I\'m trying out Neo4j for the first time. I\'m using the 2.0-RC1 community edition.
I\'ve created some nodes:
MERGE (u:User{username:\'admin\',passwo
Update as of 4/2020: The new Cypher syntax is as follows. as 'CREATE INDEX ON' has been deprecated is..
'CREATE INDEX ON'
CREATE INDEX FOR (n:Label) ON (n.property)