Predicate Filter and aql

Hi to all, I am trying to understand how Predicate Filter works and I would like to make query in aql that would filter on 2 different bins but without using UDF. How would I do something like this: select * from tst.users where name=“John” AND status=1

Thank you

you can’t use predicate filtering in aql.

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.