git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3030 248e525c-4dfb-0310-94bc-949c084e9493

This commit is contained in:
mullenm
2007-12-19 17:08:09 +00:00
parent 843d4688c4
commit 5d03fac7f4

View File

@@ -1,5 +1,11 @@
CREATE OR REPLACE VIEW v_current_contact_mechanisms AS
SELECT *
SELECT Prty_ID,
Come_ID,
Code,
Contact_value,
start_date,
end_date,
comments
FROM (SELECT prty.ID AS Prty_ID,
come_id AS Come_ID,
come.comt_code AS Code,