WOWW#55721

svn path=/Customer/; revision=40357
This commit is contained in:
Ruud Lipper
2018-12-27 09:40:51 +00:00
parent 8ad72990cd
commit 799f7ba8c3

34
onces/WOWW/WOWW#55721.sql Normal file
View File

@@ -0,0 +1,34 @@
--
-- $Id$
--
-- Zet de conditienorm van alle objectsoorten op 2
DEFINE thisfile = 'WOWW#55721.SQL'
DEFINE dbuser = '*'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
WHENEVER SQLERROR EXIT;
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
WHENEVER SQLERROR CONTINUE;
SPOOL &fcltlogfile
SET DEFINE OFF
------ payload begin ------
UPDATE ins_srtdeel
SET ins_srtdeel_mjb_grensscore1 = 2
WHERE ins_srtdeel_verwijder IS NULL AND ins_srtdeel_mjb_grensscore1 IS NULL;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 1); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile