CourseInsights / test / resources / queries / valid / simpleDept.json
simpleDept.json
Raw
{
	"title": "simpleDept",
	"input": {
		"WHERE": {
			"IS": {
				"sections_dept": "ana*"
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept"
			],
			"ORDER": "sections_dept"
		}
	},
	"errorExpected": false,
	"orderExpected": true,
	"orderBy": "sections_dept",
	"expected": [
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		},
		{
			"sections_dept": "anat"
		}
	]
}