CourseInsights / test / resources / queries / invalid / cannotTakeaExactlyFiveThousandsAndOnecopy.json
cannotTakeaExactlyFiveThousandsAndOnecopy.json
Raw
{
	"title": "Cannot Takea exactly five thousands and one",
	"input": {
		"WHERE": {
	  
		},
		"OPTIONS": {
		  "COLUMNS": [
			"sections_uuid",
			"sections_id",
			"sections_title",
			"sections_instructor",
			"sections_dept",
			"sections_year",
			"sections_avg",
			"sections_pass",
			"sections_fail",
			"sections_audit"
		  ],
		  "ORDER": "sections_avg"
		}
	  },
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "ResultTooLargeError"
}