Quantcast
Channel: Get nested object from json in couchbase with N1QL - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by geraldss for Get nested object from json in couchbase with N1QL

You needselect * from myproject where workOrderDetailMap.`10873`.responseCode = 0;If you need to ignore the 10873:select * from myproject where object_values(workOrderDetailMap)[0].responseCode = 0;

View Article



Get nested object from json in couchbase with N1QL

I have following json as an entry in Couchbase:{"messageType": "TRANS","failCount": 0,"workOrderDetailMap": {"10873": {"requestDate": "20160715151239","id": 10873,"responseDate":...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images