CourseInsights / test / resources / queries / invalid / DoubleAsterixButWorse.json
DoubleAsterixButWorse.json
Raw
{
	"title": "extraKeyInQuery",
	"input": {
		"WHERE": {
			"IS": {
				"sections_uuid": "0**0"
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_avg"
			],
			"ORDER": "sections_avg"
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}