djougue basso
2018-06-15 03:02:38 UTC
hi,
i would like to perform the following request under couchbase lite java
application.
"SELECT PersonnelParcours FROM `minesec-recensement`as PersonnelParcours UNNEST parcours AS parcoursItem where PersonnelParcours.type=\"personnel\" AND parcoursItem.posteActuel =true AND parcoursItem.structureId=$structureId";
my main problem is that i don't see any way to formulate such request including UNNEST statement. The only option that i see is to use QueryBuilder.select()... but it isn't possible to set UNNEST property within such request.
How can i proceed please.
i would like to perform the following request under couchbase lite java
application.
"SELECT PersonnelParcours FROM `minesec-recensement`as PersonnelParcours UNNEST parcours AS parcoursItem where PersonnelParcours.type=\"personnel\" AND parcoursItem.posteActuel =true AND parcoursItem.structureId=$structureId";
my main problem is that i don't see any way to formulate such request including UNNEST statement. The only option that i see is to use QueryBuilder.select()... but it isn't possible to set UNNEST property within such request.
How can i proceed please.
--
You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobile-couchbase+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/f568f8ff-e65f-4822-ada2-04f7a0c25d78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobile-couchbase+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/f568f8ff-e65f-4822-ada2-04f7a0c25d78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.