Skip to main content
Post Made Community Wiki
Source Link
user281377
  • 28.5k
  • 5
  • 79
  • 131

ORM will only get you to some point. But there are cases when you have to execute a really complicated query, with complicated joins, subquery, unions, minus, analytical functions etc. That's when you need SQL. But how are you supposed to write complicated queries when you leave all simple queries to the ORM?