Skip to content

Instantly share code, notes, and snippets.

@mikekaminsky
Created October 15, 2020 03:08
Show Gist options
  • Save mikekaminsky/c90790ce72b9187d0960b66208daa7a9 to your computer and use it in GitHub Desktop.
Save mikekaminsky/c90790ce72b9187d0960b66208daa7a9 to your computer and use it in GitHub Desktop.
Example of leading comma styling
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