Skip to content

WITH Example Fails #13

@neeshjaa

Description

@neeshjaa

The documentation page contains an example:

WITH (satellites_model GIVEN Users = "Military") AS military_model:
  SELECT PROBABILITY OF Apogee_km UNDER military_model

However in the current implementation (modulo some commonsense differences in naming) this fails:

IQL> with (model given Users = "Military") as military_model: select probability of Apogee under military_model
Parse error at line 1, column 107:
with (model given Users = "Military") as military_model: select probability of Apogee under military_model
                                                                                                          ^
Expected one of:
#"\s+"
,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions