Skip to content

Difference in parsing WHERE if using parentheses and not #31

@filipsch

Description

@filipsch
SELECT id FROM artists WHERE id > 100

image

versus

SELECT id FROM artists WHERE (id > 100)

image

Notice that the first image shows where_clause on the edge, while the second shows where_clause[0]. Not sure if there is ever a use-case for multiple WHERE's

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions