update customer swap
This commit is contained in:
parent
aca8fa7aeb
commit
37eb9d519f
@ -82,7 +82,7 @@ WHERE
|
|||||||
b.bvcust = rtrim(substring(o.bill_cust_descr,1,8))
|
b.bvcust = rtrim(substring(o.bill_cust_descr,1,8))
|
||||||
AND s.bvcust = rtrim(substring(o.ship_cust_descr,1,8));
|
AND s.bvcust = rtrim(substring(o.ship_cust_descr,1,8));
|
||||||
|
|
||||||
BEGIN;
|
--BEGIN;
|
||||||
|
|
||||||
UPDATE
|
UPDATE
|
||||||
rlarp.osm_pool o
|
rlarp.osm_pool o
|
||||||
@ -98,4 +98,4 @@ WHERE
|
|||||||
AND q.qr = LTRIM(RTRIM(c.a9));
|
AND q.qr = LTRIM(RTRIM(c.a9));
|
||||||
|
|
||||||
|
|
||||||
ROLLBACK;
|
COMMIT;
|
Loading…
Reference in New Issue
Block a user