NOT EXISTS
The NOT EXISTS function tests to see if the specified graph pattern does not exist in the data.
NOT EXISTS Syntax
Use the following syntax when incorporating the NOT EXISTS function in queries:
NOT EXISTS { graph_pattern }
This is an outdated version of the documentation for older AnzoGraph DB 2.3 releases. For the latest information, see the documentation for the current release.
The NOT EXISTS function tests to see if the specified graph pattern does not exist in the data.
Use the following syntax when incorporating the NOT EXISTS function in queries:
NOT EXISTS { graph_pattern }