In the last blog post, we looked at the basics of formatting complex SQL statements. We will often use a Where clause to limit the records we return in a …
SQL Structure
When it comes to structuring SQL code, I’m pretty specific about what I like and why. I tend to follow most normal conventions with a few specific exceptions. The first …