Skip to content

Instantly share code, notes, and snippets.

@FurcyPin
Last active January 30, 2022 09:07
Show Gist options
  • Save FurcyPin/3fee4528d3b84ec106956e34a7cfae82 to your computer and use it in GitHub Desktop.
Save FurcyPin/3fee4528d3b84ec106956e34a7cfae82 to your computer and use it in GitHub Desktop.
WITH T AS (
/* SOME TRANSFORMATION */
)
SELECT
-- Please keep these column names sorted alphabetically
col1,
col2,
col3,
col4,
...
FROM T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment