CourseInsights / test / resources / queries / invalid / middleAsterix.json
middleAsterix.json
Raw
{
	"title": "Query Invalid middle asterisk",
	"input": {
		"WHERE": {
			"IS": {
				"sections_dept": "ma*th"
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_avg"
			],
			"ORDER": "sections_avg"
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}