3
Nexion
8y

I really love how quick it is to get data from SQL with Djangos ORM. But heaven forbid I want to do a WHERE EXISTS clause. Comparing against two tables should not be that hard....

Comments
  • 0
    Without knowing anything about your code, and relying solely on when I've seen WHERE EXISTS used in the past, my advice is to try using a JOIN instead!
Add Comment