CourseInsights / test / resources / queries / invalid / wHEREMustBeObject.json
wHEREMustBeObject.json
Raw
{
	"title": "WHERE must be object",
	"input": {
		"WHERE": "",
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_id",
				"sections_avg"
			],
			"ORDER": "sections_avg"
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}