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 1e291ca commit 1af2dd4Copy full SHA for 1af2dd4
dbt/include/oracle/macros/catalog.sql
@@ -43,7 +43,7 @@
43
data_precision numeric_precision,
44
data_scale numeric_scale,
45
nullable is_nullable,
46
- column_id ordinal_position,
+ coalesce(column_id, 0) ordinal_position,
47
default_length,
48
data_default column_default,
49
num_distinct,
0 commit comments