We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc5e642 + b8a3eed commit 1c9fe2aCopy full SHA for 1c9fe2a
dbt/include/sqlserver/macros/adapter/catalog.sql
@@ -96,7 +96,7 @@
96
c.column_id as column_index,
97
t.name as column_type
98
from sys.columns as c {{ information_schema_hints() }}
99
- left join sys.types {{ information_schema_hints() }} as t on c.system_type_id = t.system_type_id
+ left join sys.types as t {{ information_schema_hints() }} on c.system_type_id = t.system_type_id
100
)
101
102
select
0 commit comments