Posts
Sort by recent activity
How do I line up tables?
I'm not sure if this can be done, or if I'm just missing a setting, but I like to format a Select Statement with a Join to have the table names in alignment. E.g.:
SELECT *
FROM Table1
INNER JOIN...