Skip to content

Implement LET clause (like in OrientDB) #210

Description

@agershun

Like:

SELECT FROM Profile
LET $city = address.city
WHERE $city.name like '%Saint%"' and
    ( $city.country.name = 'Italy' or $city.country.name = 'France' )

Source

This cluse will be calculated right before wherefn() and selectfn() ( or groupfn()).

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions