CourseInsights / test / resources / queries / invalid / 5001results.json
5001results.json
Raw
{
	"title": "5001results",
	"input": {
		"WHERE": {
			"OR": [
				{
					"LT": {
						"sections_avg": 68.57
					}
				},
				{
					"EQ": {
						"sections_avg": 96
					}
				},
				{
					"IS": {
						"sections_uuid": "10942"
					}
				},
				{
					"IS": {
						"sections_uuid": "10943"
					}
				}
			]
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_avg"
			],
			"ORDER": "sections_avg"
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "ResultTooLargeError"
}