From 37eb9d519f024adda655eb14a05cef6a35b35aef Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 20 Mar 2020 15:35:03 -0400 Subject: [PATCH] update customer swap --- build/snap_cust_pool.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/snap_cust_pool.sql b/build/snap_cust_pool.sql index df91ed4..7039fa3 100644 --- a/build/snap_cust_pool.sql +++ b/build/snap_cust_pool.sql @@ -82,7 +82,7 @@ WHERE b.bvcust = rtrim(substring(o.bill_cust_descr,1,8)) AND s.bvcust = rtrim(substring(o.ship_cust_descr,1,8)); -BEGIN; +--BEGIN; UPDATE rlarp.osm_pool o @@ -98,4 +98,4 @@ WHERE AND q.qr = LTRIM(RTRIM(c.a9)); -ROLLBACK; \ No newline at end of file +COMMIT; \ No newline at end of file