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.
1 parent cc5e642 commit b8a3eedCopy full SHA for b8a3eed
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