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