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