I am trying those queries, but I have an error in couchbase in all of them
SELECT * FROM `hostels` where ANY reqId IN data.identifier SATISFIES reqId.id = "91" END;
"Keyspace not found keyspace hostels - cause: No bucket named hostels",
SELECT * FROM 'hostels' where ANY reqId IN data.identifier SATISFIES reqId.id = "91" END;
"FROM expression term must have a name or alias"
SELECT * FROM "hostels" where ANY reqId IN data.identifier SATISFIES reqId.id = "91" END;
"FROM expression term must have a name or alias",