HPJI#20268

svn path=/Customer/trunk/; revision=14745
This commit is contained in:
Daniëlle Tolner
2011-04-21 11:46:28 +00:00
parent 4d45c0a112
commit a0bbf8fe66

18
HPJI/Once/hpji8a.sql Normal file
View File

@@ -0,0 +1,18 @@
-- Customer specific once-script HPJI8a.
--
-- (c) 2010 SG|facilitor bv
-- $Revision: 1 $
-- $Modtime: 21-04-11 13:14 $
--
-- Support: +31 53 4800700
SET ECHO ON;
SPOOL xhpji8a.lst;
SET DEFINE OFF;
UPDATE prs_kenmerk
SET prs_kenmerk_key = 6
WHERE prs_kenmerk_key = 1021;
COMMIT;
SPOOL OFF;