45 lines
1.3 KiB
SQL
45 lines
1.3 KiB
SQL
SET ECHO ON
|
|
SPOOL xconn481to500.lst
|
|
PROMPT $Revision: 3 $
|
|
SET DEFINE OFF
|
|
|
|
|
|
|
|
/* Formatted on 19-3-2010 16:02:19 (QP5 v5.136.908.31019) */
|
|
UPDATE prs_bedrijf
|
|
SET prs_bedrijf_image_loc = REPLACE (prs_bedrijf_image_loc, '../conn', '../../conn')
|
|
WHERE UPPER(prs_bedrijf_image_loc) LIKE '../CONN/%';
|
|
|
|
|
|
-- 22-04-2010 aangegeven door MHa
|
|
DELETE FROM fac_usrrap WHERE fac_usrrap_key IN (602,622,381,161,48,181,43,47,543,542,544,304,401,361,185,186,187,141);
|
|
|
|
DROP VIEW conn_v_bes_veenman;
|
|
DROP VIEW CONN_MI_RAPPORT_ARTIKELEN;
|
|
DROP VIEW CONN_MI_RAPPORT_PROD_GROEP;
|
|
DROP VIEW CONN_V_PPI4;
|
|
DROP VIEW CONN_V_PPI4_;
|
|
DROP VIEW CONN_V_PPI4_TOT;
|
|
DROP VIEW bes_v_catalogus_prijsverschil;
|
|
DROP VIEW CONN_MI_RAPPORT_VEST_MAN;
|
|
DROP VIEW CONN_V_PPI3;
|
|
DROP VIEW conn_v_rapp_chipknip;
|
|
DROP VIEW conn_v_rapp_chipknip_detail;
|
|
DROP VIEW CONN_V_EXP_CONTRACTMUTATIE;
|
|
--DROP VIEW CONN_V_ONTVANGEN_HUURCONTR;
|
|
DROP VIEW conn_v_open_huur_mut;
|
|
DROP VIEW conn_v_export_xelion;
|
|
DROP VIEW CONN_V_VERPLICHTING;
|
|
--DROP VIEW conn_rap_contractgegevens;
|
|
--DROP VIEW conn_rap_extra_legingen;
|
|
DROP VIEW CONN_V_VERBRUIK;
|
|
|
|
-- CONN#17800
|
|
DROP VIEW CONN_FIATTERING;
|
|
UPDATE fac_usrrap SET fac_usrrap_view_name ='CONN_V_FIATTEURS' WHERE UPPER(fac_usrrap_view_name)='CONN_FIATTERING';
|
|
|
|
|
|
|
|
SPOOL OFF
|
|
@conn.sql
|