nestjsx/crud

How to include filters when making joins?

mahmoudzeyada opened this issue · 2 comments

how to make a filter when making joins like this ?

SELECT * From TABLE_A INNER JOIN TABLE_B ON TABLE_A.id = TABLE_B.id AND TABLE_A.FLAG = true

Any update ?

Looking for the same thing.