Skip to content

SELECT PROBABILITY syntax is not working #120

Description

@igormoochnick

I'm trying to query a model, but none of the "PROBABILITY" verbs are parsed and giving me the following error. I'm following the documentation, but none of the attempts work. The "arrow" of the syntax error points at word "UNDER"

iql> SELECT BMI, (PROBABILITY DENSITY OF BMI UNDER model AS p) FROM data LIMIT 5;
Parse error at line 1, column 41:
SELECT BMI, (PROBABILITY DENSITY OF BMI UNDER model AS p) FROM data LIMIT 5;
                                        ^
Expected one of:
*
/
+
-
#"(?i)IS"
#"(?i)IS"
<
<=
=
>=
>
#"(?i)AND"
#"(?i)OR"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions