CourseInsights / test / resources / queries / invalid / moreThan1DS.json
moreThan1DS.json
Raw
{
	"title": "MoreThan1DS",
	"input": {
		"WHERE": {
			"LT": {
				"ubc_avg": 68.6
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dep",
				"sections_avg"
			],
			"ORDER": "sections_avg"
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}