arttuladhar
6/15/2017 - 5:09 PM

Neo4j Cypher Queries

Neo4j Cypher Queries

Using Match

MATCH(P:Promotion) return P LIMIT 10
MATCH(P:Promotion) WHERE id(P) = 155073835 return P limit 10


MATCH (C:Pyramid) WHERE ID(C) = 173883128 RETURN C LIMIT 10