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