couchbase N1ql query select with non-group by fields
问题 I am new to couchbase and I have been going through couchbase documents and other online resources for a while but I could't get my query working. Below is the data structure and my query: Table1: { "jobId" : "101", "jobName" : "abcd", "jobGroup" : "groupa", "created" : " "2018-05-06T19:13:43.318Z", "region" : "dev" }, { "jobId" : "102", "jobName" : "abcd2", "jobGroup" : "groupa", "created" : " "2018-05-06T22:13:43.318Z", "region" : "dev" }, { "jobId" : "103", "jobName" : "abcd3", "jobGroup"