You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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+"
,
The text was updated successfully, but these errors were encountered:
zane
linked a pull request
Dec 11, 2023
that will
close
this issue
The documentation page contains an example:
However in the current implementation (modulo some commonsense differences in naming) this fails:
The text was updated successfully, but these errors were encountered: