CourseInsights / test / resources / queries / valid / simpleTitle.json
simpleTitle.json
Raw
{
	"title": "simpleTitle",
	"input": {
		"WHERE": {
			"IS": {
				"sections_title": "software*"
			}
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_title"
			],
			"ORDER": "sections_title"
		}
	},
	"errorExpected": false,
	"orderExpected": true,
	"orderBy": "sections_title",
	"expected": [
		{
			"sections_dept": "cpsc",
			"sections_title": "software eng"
		},
		{
			"sections_dept": "cpsc",
			"sections_title": "software eng"
		},
		{
			"sections_dept": "cpsc",
			"sections_title": "software eng"
		},
		{
			"sections_dept": "cpsc",
			"sections_title": "software eng"
		},
		{
			"sections_dept": "cpsc",
			"sections_title": "software eng"
		},
		{
			"sections_dept": "cpsc",
			"sections_title": "software eng"
		},
		{
			"sections_dept": "cpsc",
			"sections_title": "software eng"
		},
		{
			"sections_dept": "cpsc",
			"sections_title": "software eng"
		},
		{
			"sections_dept": "cpsc",
			"sections_title": "software eng"
		},
		{
			"sections_dept": "cpsc",
			"sections_title": "software eng"
		},
		{
			"sections_dept": "cpen",
			"sections_title": "software eng prj"
		},
		{
			"sections_dept": "cpen",
			"sections_title": "software eng prj"
		},
		{
			"sections_dept": "cpen",
			"sections_title": "software enginrn"
		},
		{
			"sections_dept": "cpen",
			"sections_title": "software enginrn"
		}
	]
}