CourseInsights / test / resources / queries / invalid / oRDERCannotBeNull.json
oRDERCannotBeNull.json
Raw
{
	"title": "ORDER cannot be null",
	"input": {
		"WHERE": {
			"GT": {
				"sections_avg": 97
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_avg"
			],
			"ORDER": null
		}
	},
	"errorExpected": true,
	"orderExpected": false,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}