|
Thank you. I have another question.
This delete statement works, how can I change it to insert records in
invdww/locctn00. I need to join locctn00 in the select statement somehow.
Thanks
delete
from invdww/locctn00 lc where exists
(select * from invdww/locplt00 lp
where shp=50113 and lp.rid=lc.rid and lp.plt=lc.plt )
On Sun, Jun 14, 2015 at 5:50 PM, Glenn Gundermann <
glenn.gundermann@xxxxxxxxx> wrote:
Use the MERGE statement.
-----Original Message-----
From: Jack Tucky <jacktucky@xxxxxxxxx>
Sender: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>Date: Sun, 14 Jun
2015 16:32:48
To: Midrange Systems Technical Discussion<midrange-l@xxxxxxxxxxxx>
Reply-To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx
Subject: sql insert without duplicate keys
I am running a statement like this for multiple files.
How can I eliminate copying records that already exist in the destination
file? There are additional key fields besides SHP.
INSERT INTO INVTO/skusum
SELECT * FROM INVFROM/skusum WHERE shp = 12345
Thanks, Jack
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.