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,