Hi,
I would like to write the following query in LLBLGen:
SELECT t.ID FROM Test t WHERE (t.IS_CONDITION = 0 OR t.ID IN (SELECT s.ID FROM SUBQUERY s WHERE s.IS_CONDITION_2 = 1)
Anyone any idea?
T.i.a., ratjetoes.
Please check the docs for FieldCompareSetPredicate