ASDL#52274 Rapport stationsmanagers
svn path=/Customer/trunk/; revision=39087
This commit is contained in:
@@ -3079,6 +3079,20 @@ END;
|
||||
/
|
||||
|
||||
|
||||
CREATE OR REPLACE FORCE VIEW ASDL_V_RAP_STATBEH
|
||||
(
|
||||
PRS_PERSLID_KEY,
|
||||
PRS_PERSLID_NAAM_FULL
|
||||
)
|
||||
AS
|
||||
SELECT
|
||||
prs_perslid_key, prs_perslid_naam_full
|
||||
FROM asdl_v_list_locatiebeheerder
|
||||
WHERE prs_perslid_verwijder IS NULL
|
||||
ORDER BY prs_perslid_key;
|
||||
END;
|
||||
/
|
||||
|
||||
|
||||
------ payload end ------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user