Hi,I have a small problemI want to execute a left joint with second condition
select a,b,c from tab1 t1 left join tab2 t2 on(t1.id = t2.id and t2.var = aNumber) where t1.label = 'lable'
finder.fetch('')
Cheers.