{
"title": "Query invalid empty key",
"input": {
"WHERE": {
"OR": [
{
"AND": [
{
"GT": {
"_avg": 90
}
},
{
"IS": {
"_dept": "adhe"
}
}
]
},
{
"EQ": {
"_avg": 95
}
}
]
},
"OPTIONS": {
"COLUMNS": [
"_dept",
"_id",
"_avg"
]
}
},
"errorExpected": true,
"orderExpected": false,
"orderBy": "sections_avg",
"expected": "InsightError"
}