Created
March 9, 2023 16:26
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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