Formatting SQL Statements for Readability
General Rules of Thumb How to Use Whitespace and Tabs You can put the select clause left aligned (example 1) and everything else 1 tab over. I have also seen it where you have all the keywords left aligned (example… Read More »Formatting SQL Statements for Readability