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