Use an EXCEPTION JOIN. The query would be:
SELECT detail.* from detail EXCEPTION JOIN header on header.key = detail.key
Matt
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Doug Palme
Sent: Wednesday, July 16, 2008 10:19 AM
To: RPG Midrange L
Subject: SQL Help finding missing records
I know I can do this with query, but in the spirit of learning - I would
prefer to do this with SQL.
I have two files SLSTRNHDRF - header file and SLSTRAN - Detail
file.....apparently we have some detail records that do not have a
corresponding header record and I want to double check the file and see if
there any more......I thought I could do it by querying the header file
for account / invoice records that do not match account and invoice fields
in the slstran.....but that did not seem to work.....
Suggestions?
This transmission may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law. If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or use of the information contained herein (including any
reliance thereon) is STRICTLY PROHIBITED. If you received this
transmission in error, please immediately contact the sender and destroy
the material in its entirety, whether in electronic or hard copy format.
Thank you.
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.