Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to represent a path not exist between two nodes in a where clause? #1768

Closed
whitewum opened this issue Feb 13, 2020 · 0 comments
Closed
Labels
type/feature req Type: feature request

Comments

@whitewum
Copy link
Contributor

whitewum commented Feb 13, 2020

E.g.

 ... WHERE not( (friend)-[:IS_LOCATED_IN]->()-[:IS_PART_OF]->(countryX) )

My friend is located in some (irrelevant) city, and this city is a part of a given countryX.
I hope to find my friends who DO NOT meet the upper condition (logical not() ).

#1631

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants