Skip to content

Instantly share code, notes, and snippets.

@Sam-Gram
Created November 3, 2022 19:37
Show Gist options
  • Save Sam-Gram/5f6366d9a88600f2d90dc474abdd4a76 to your computer and use it in GitHub Desktop.
Save Sam-Gram/5f6366d9a88600f2d90dc474abdd4a76 to your computer and use it in GitHub Desktop.
Used for cleaning up useless column aliases, where it's like name as name in vscode.
Search: \.?(?<column>[\w_]+) as \k<column>
replace: .$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment