Couchbase Native to Java N1QL Query

Can anyone help me with Java N1Ql Equivalent to the following native query

SELECT *
FROM my_bucket
WHERE ANY v IN labels SATISFIES v = “soft_engg” END;

@Saurav_Dudeja You can try out Couchbase Playground this has the example for what you are looking for. Hope this helps

1 Like