We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086d1f1 commit 534860aCopy full SHA for 534860a
sqlglot/optimizer/qualify_tables.py
@@ -181,6 +181,5 @@ def _set_alias(
181
):
182
# Amend existing aliases, e.g. t.c -> _0.c if t is aliased to _0
183
column.set("table", exp.to_identifier(canonical_table))
184
- pass
185
186
return expression
0 commit comments