Skip to content

Support for "Simple" subqueries #621

@angrykoala

Description

@angrykoala

Subquery expression support a "Simple" version with only a pattern:

MATCH (person:Person)
WHERE EXISTS {
    (person)-[:HAS_DOG]->(:Dog)
}
RETURN person.name AS name

Metadata

Metadata

Assignees

No one assigned

    Labels

    cypher featureA feature in Cypher that needs to be supported in Cypher Builder

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions