CourseInsights / test / resources / queries / invalid / countsEveryCharacterWhitespaceTooKeys.json
countsEveryCharacterWhitespaceTooKeys.json
Raw
{
	"title": "Counts every character, whitespace too keys",
	"input": {
		" WHERE ": {
			" OR ": [
				{
					" AND ": [
						{
							" GT ": {
								" sections_avg ": 90
							}
						},
						{
							" IS ": {
								" sections_dept ": "adhe"
							}
						}
					]
				},
				{
					" EQ ": {
						" sections_avg ": 95
					}
				}
			]
		},
		" OPTIONS ": {
			" COLUMNS ": [
				" sections_dept ",
				" sections_id ",
				" sections_avg "
			],
			" ORDER ": " sections_avg "
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": " sections_avg ",
	"expected": "InsightError"
}