« Programmers should not put comments in programs | Good Example of CL using a driver file from DSPOBJD »
iseries SQL Find missing child or parent with NOT EXISTS
Example
SELECT sdfcabn.stcuno FROM sdfcabn WHERE not exists (select * from
cufship where cufship.stcuno = sdfcabn.stcuno)
Leave a Reply
You must be logged in to post a comment.