CourseInsights / test / resources / queries / valid / simpleNumberBoundaryNineNine.json
simpleNumberBoundaryNineNine.json
Raw
{
	"title": "simpleNumberBoundaryNineNine",
	"input": {
		"WHERE": {
			"EQ": {
				"sections_avg": 99
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_avg"
			],
			"ORDER": "sections_avg"
		}
	},
	"errorExpected": false,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": []
}