We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edb0e3 commit 399f60cCopy full SHA for 399f60c
product/sert/sert_core/view/comments_pub_v.sql
@@ -5,7 +5,7 @@
5
-- at https://oss.oracle.com/licenses/upl/
6
--------------------------------------------------------------------------------
7
8
---changeset mipotter:create_view_sert_core.comments_pub_v_1721804356169 endDelimiter:/ runOnChange:true runAlways:false rollbackEndDelimiter:/
+--changeset mipotter:create_view_sert_core.comments_pub_v_1721804356169 endDelimiter:/ runOnChange:true runAlways:false rollbackEndDelimiter:/
9
create or replace force view sert_core.comments_pub_v
10
as
11
select
@@ -28,6 +28,6 @@ select
28
from
29
comments_v c
30
where
31
- workspace_id = (select nv('WORKSPACE_ID') from dual)
+ workspace_id = (select nv('G_WORKSPACE_ID') from dual)
32
/
33
--rollback not required
0 commit comments