From 5d03fac7f496aed379866b0e16c556cf44f5868d Mon Sep 17 00:00:00 2001 From: mullenm Date: Wed, 19 Dec 2007 17:08:09 +0000 Subject: [PATCH] git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3030 248e525c-4dfb-0310-94bc-949c084e9493 --- Schema/v_current_contact_mechanisms.vw | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Schema/v_current_contact_mechanisms.vw b/Schema/v_current_contact_mechanisms.vw index f6f65d5..9e2cb9f 100644 --- a/Schema/v_current_contact_mechanisms.vw +++ b/Schema/v_current_contact_mechanisms.vw @@ -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,