Hi ,
I using the Aqua data Studio tool and I need help from one of your dev in resolving the 2 issues below
1. when I am try to pull a record from mongodb, the following below query is not showing up any reocrd but the record actually exists in the mongodb.
I tried 3 different ways but no luck
select * from global_boarding_report_documents where "_id" in ('59446a9f39b9bec1d6047843') select * from global_boarding_report_documents where "_id" = ('59446a9f39b9bec1d6047843') select * from global_boarding_report_documents where "_id" = '59446a9f39b9bec1d6047843) 2. One of the field in my Mongodb is a Embeded Array field and how can I write a query in Aqua Data Studio tool to pull a particular value from Embeded Array field
Issue #2 |
New |
Completion |
No due date |
No fixed build |
No time estimate |