Skip to content

Instantly share code, notes, and snippets.

@arttuladhar
Last active June 15, 2017 17:32
Show Gist options
  • Save arttuladhar/d20dffbfe2dc8a18b243903c53b40290 to your computer and use it in GitHub Desktop.
Save arttuladhar/d20dffbfe2dc8a18b243903c53b40290 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment