svn path=/Customer/trunk/; revision=12871

This commit is contained in:
Arthur Egberink
2006-01-19 10:36:56 +00:00
parent 00e6376e27
commit 9ffa6db778
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
SPOOL xcapg450to460.lst
delete prs_afdeling where prs_afdeling_key in (1020, 1042, 1043, 227, 1044);
UPDATE prs_kostenplaats kp
SET prs_kostenplaats_omschrijving =
(SELECT SUBSTR (a.prs_afdeling_naam, 1, 1)
|| ' - '
|| prs_afdeling_omschrijving
FROM prs_afdeling a
WHERE a.prs_kostenplaats_key = kp.prs_kostenplaats_key
AND a.prs_afdeling_verwijder IS NULL
AND kp.prs_kostenplaats_verwijder IS NULL);
COMMIT;
SPOOL OFF

View File

@@ -904,5 +904,6 @@ UNION
GROUP BY FCLT_F_Maand, FCLT_F_SECTOR
ORDER BY 1,2,3;
COMMIT;
SPOOL OFF