I have a simple SQL query: select * from t where 3=any(a);
where t.a ist an array of int. How can I write this query in JOOQ?
I have a simple SQL query: select * from t where 3=any(a);
where t.a ist an array of int. How can I write this query in JOOQ?