CourseInsights / test / resources / queries / valid / simpleAND.json
simpleAND.json
Raw
{
	"title": "simpleAND",
	"input": {
		"WHERE": {
			"AND": [
				{
					"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"
		}
	]
}