nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.04k stars 533 forks source link

How to include filters when making joins? #765

Open mahmoudzeyada opened 2 years ago

mahmoudzeyada commented 2 years ago

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

BenStirrup commented 2 years ago

Any update ?

faiqahsan commented 3 months ago

Looking for the same thing.