{ "title": "simpleAudit", "input": { "WHERE": { "GT": { "sections_audit": 20 } }, "OPTIONS": { "COLUMNS": [ "sections_dept", "sections_audit" ], "ORDER": "sections_audit" } }, "errorExpected": false, "orderExpected": true, "orderBy": "sections_audit", "expected": [ { "sections_dept": "rhsc", "sections_audit": 21 }, { "sections_dept": "cpsc", "sections_audit": 21 }, { "sections_dept": "rhsc", "sections_audit": 23 } ] }