Opschonen foutief ingevoerde taken

svn path=/Customer/; revision=29977
This commit is contained in:
Suzan Wiegerinck
2016-07-06 18:38:51 +00:00
parent 85989c6fe4
commit 76b1a538f9

16
onces/HCAS/hcas3.sql Normal file
View File

@@ -0,0 +1,16 @@
SET ECHO ON
SPOOL xhcas3.lst
SET DEFINE OFF;
-- opschonene foutief gestarte inspecties
delete ins_deelsrtcontrole
where INS_DEEL_KEY =8761
AND INS_SRTCONTROLE_KEY =30
AND ins_deelsrtcontrole_key not in (81,82) ;
BEGIN adm.systrackscriptId('$Id$', 0); END;
/
COMMIT;
SPOOL OFF
@hcas.sql