Last active
January 30, 2022 09:07
-
-
Save FurcyPin/3fee4528d3b84ec106956e34a7cfae82 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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