Created
October 15, 2020 03:08
-
-
Save mikekaminsky/c90790ce72b9187d0960b66208daa7a9 to your computer and use it in GitHub Desktop.
Example of leading comma styling
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
col_a | |
, col_b | |
, col_c | |
FROM table_a | |
LEFT JOIN table_b | |
ON table_a.id = table_b.a_id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment