Skip to content

Instantly share code, notes, and snippets.

@adam-cowley
Created March 9, 2023 16:26
Show Gist options
  • Save adam-cowley/f58fcab4f6f1da82a039c751d84ffcaa to your computer and use it in GitHub Desktop.
Save adam-cowley/f58fcab4f6f1da82a039c751d84ffcaa to your computer and use it in GitHub Desktop.
Cypher Indexes and Constraints - Using Indexes in Neo4j - Creating Single Property Indexes
PROFILE MATCH (m:Movie)
WHERE m.title STARTS WITH "Toy"
RETURN m.title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment