Use OPTIONAL MATCH to find patterns that might not exist, returning empty values when patterns don’t match. The OPTIONAL MATCH clause works like MATCH but allows parts of the pattern to be missing. It preserves nulls in the result when the pattern does not fully match, similar to a left outer join in relational databases.Documentation Index
Fetch the complete documentation index at: https://gql.ch/llms.txt
Use this file to discover all available pages before exploring further.
Return nodes where the relationship may not exist
Suppose we are interested all the persons who have income of greater and 185000 and not live in Capitola.| Person | City |
|---|---|
| Angela | Santa Cruz |
| Huda |