Hide APEX apps
This commit is contained in:
parent
e7f4005ee0
commit
70b42740a5
@ -55,6 +55,7 @@ p AS (
|
||||
a.last_updated_on
|
||||
FROM apex_applications a
|
||||
CROSS JOIN x
|
||||
WHERE a.owner NOT LIKE 'APEX%'
|
||||
)
|
||||
SELECT
|
||||
CASE WHEN p.app_id IS NULL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user