Someone recently told me that they don’t need to worry about SQL injection because they are using an ORM.
Oh boy.
Today I want to show you a trick that could make your queries run faster.
It won’t always work, but when it does everyone will be impressed with your performance tuning prowess. Let’s go!
In last week’s post, we went over how one of best ways to improve query…