Hi,
We’re currently moving some of our text based N1QL queries to the query builder for better flexibility.
One of those queries uses a SELECT DISTINCT RAW
statement.
In the dsl I can see that both SELECT DISTINCT
and SELECT RAW
are supported but I can’t manage to find how to combine DISTINCT and RAW in one select statement.
Is it even currently possible with the dsl ?
Thanks