git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
14
Data/BulkLoad/EFT/Nominations/schema/create_prop_v.sql
Normal file
14
Data/BulkLoad/EFT/Nominations/schema/create_prop_v.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
SPOOL create_prop_v.lst
|
||||
|
||||
CREATE OR REPLACE VIEW profile_options_v AS
|
||||
SELECT syop_id
|
||||
, sypr_id
|
||||
FROM profile_options
|
||||
WHERE sypr_id IN
|
||||
( SELECT sypr_id
|
||||
FROM system_profiles
|
||||
WHERE UPPER(name) NOT IN ('SYSTEM','ADVANTICA')
|
||||
)
|
||||
/
|
||||
|
||||
SPOOL OFF
|
||||
Reference in New Issue
Block a user