Union of two select query in cblite query in iOS swift

Hi Everyone ,

I am trying to find the UNION of two SELECT QUERY in swift but dint find any supported query in cblite document .

Any help how can we do this ?

Thanks.

We don’t have a UNION operator (yet). Can you use OR to combine the two WHERE clauses?