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