the thing is i want to get the info seraching by the _class and a specific fteID but i’m not sure of how to do it i’ve trying with :
SELECT * FROM couchbase WHERE
_class = “EXAMPLE” and ftes.fteId=“fteExample2”
I’ve also tried with:
SELECT * FROM couchbase WHERE
_class = “EXAMPLE” and ftes[fteId=“fteExample2”]
Also i would like to delete using the fteID for all the situations where there’s the word “Example” so i was thinking of using like %Example% but i don’t know how to search the data in the array so i don’t know how to delete it…