Primer Commit
This commit is contained in:
8
DB/VIEWS/SICD_USER_LIST.sql
Normal file
8
DB/VIEWS/SICD_USER_LIST.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--------------------------------------------------------
|
||||
-- DDL for View SICD_USER_LIST
|
||||
--------------------------------------------------------
|
||||
|
||||
CREATE OR REPLACE FORCE EDITIONABLE VIEW "ENVX_OPER"."SICD_USER_LIST" ("USER_MAIL", "USER_NAME") AS
|
||||
select unique user_mail, user_name
|
||||
from user_roles
|
||||
;
|
||||
Reference in New Issue
Block a user