{
"title": "Invalid key null in COLUMNS",
"input": {
"WHERE": {
"GT": {
"sections_avg": 97
}
},
"OPTIONS": {
"COLUMNS": [
"sections_dept",
null
],
"ORDER": "sections_avg"
}
},
"errorExpected": true,
"orderExpected": true,
"orderBy": "sections_avg",
"expected": "InsightError"
}