Created
March 7, 2024 23:55
-
-
Save eustin/e4c7288d5b8595e0fe13a01bedee61ce to your computer and use it in GitHub Desktop.
leading commas
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 | |
some_column | |
, another_column | |
, yet_another_column | |
from some_table |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment