I have a database (DB) where there are 2 differents collections (dbcoll1 and dbcoll2). Every collection have differents data and in a xquery I must join the 2 collections because I need some data form 2 collections.
How can I join two differents collections in a xquery?