Hi i am trying to figure out how to write something like this in jooq Code:
select * from table where ( ( a = query or b = query or a = query ) and ( e = query or g = query or z = query) ) I cant figure out how to do nested condition in jooq. Please help
