How to iterate coubase lite sub query using Java

SELECT DBCollection.collectionType, Configuration FROM DBCollection UNNEST Configurations AS Configuration WHERE Configuration.Id = “01”;

Unfortunately UNNEST is not supported in Lite, but I think you can write it in another way. What does your document look like and what are you aiming to get out of it?

P.S. This was posted in the wrong category so I moved it to mobile → couchbase lite.