NMPC#18143
svn path=/Customer/trunk/; revision=14246
This commit is contained in:
0
NMPC/ONCE/.gitignore
vendored
0
NMPC/ONCE/.gitignore
vendored
23
NMPC/ONCE/NMPC#18143.sql
Normal file
23
NMPC/ONCE/NMPC#18143.sql
Normal file
@@ -0,0 +1,23 @@
|
||||
-- Customer specific once-script NMPC#18143.
|
||||
--
|
||||
-- (c) 2010 SG|facilitor bv
|
||||
-- $Revision: 1 $
|
||||
-- $Modtime: 7-07-10 14:58 $
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
SET ECHO ON;
|
||||
SPOOL xnmpc#18143.lst;
|
||||
SET DEFINE OFF;
|
||||
|
||||
UPDATE bes_bestelling
|
||||
SET bes_bestelling_status = 6
|
||||
WHERE bes_bestelling_key = 337
|
||||
OR bes_bestelling_key = 338
|
||||
OR bes_bestelling_key = 339
|
||||
OR bes_bestelling_key = 340
|
||||
OR bes_bestelling_key = 341
|
||||
OR bes_bestelling_key = 342;
|
||||
|
||||
COMMIT;
|
||||
|
||||
SPOOL OFF;
|
||||
Reference in New Issue
Block a user