CourseInsights / test / resources / queries / valid / unordered.json
unordered.json
Raw
{
	"title": "SELECT avg WHERE avg > 98 and unordered",
	"input": {
		"WHERE": {
			"GT": {
				"sections_avg": 98
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_avg"
			]
		}
	},
	"errorExpected": false,
	"orderExpected": false,
	"orderBy": "sections_avg",
	"expected": [
		{
			"sections_avg": 99.19
		},
		{
			"sections_avg": 98.75
		},
		{
			"sections_avg": 98.75
		},
		{
			"sections_avg": 98.08
		},
		{
			"sections_avg": 98.7
		},
		{
			"sections_avg": 98.36
		},
		{
			"sections_avg": 98.8
		},
		{
			"sections_avg": 98.58
		},
		{
			"sections_avg": 98.58
		},
		{
			"sections_avg": 98.76
		},
		{
			"sections_avg": 98.76
		},
		{
			"sections_avg": 98.45
		},
		{
			"sections_avg": 98.45
		},
		{
			"sections_avg": 99.78
		},
		{
			"sections_avg": 99.78
		},
		{
			"sections_avg": 98.71
		},
		{
			"sections_avg": 98.71
		},
		{
			"sections_avg": 98.21
		},
		{
			"sections_avg": 98.21
		},
		{
			"sections_avg": 98.5
		},
		{
			"sections_avg": 98.5
		},
		{
			"sections_avg": 98.58
		},
		{
			"sections_avg": 98.58
		},
		{
			"sections_avg": 98.98
		},
		{
			"sections_avg": 98.98
		}
	]
}