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 aae7007 commit 714203bCopy full SHA for 714203b
dbt/include/oracle/macros/catalog.sql
@@ -89,7 +89,7 @@
89
'VIEW'
90
from sys.all_views
91
union all
92
- select SYS_CONTEXT('userenv, 'DB_NAME'),
+ select SYS_CONTEXT('userenv', 'DB_NAME'),
93
owner,
94
mview_name,
95
'MATERIALIZED VIEW'
0 commit comments