× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



 The part I missed mostly is that there's no assurance that the fields to be
checked are key fields.  In that case the RPG solution won't be of any use.
 
 
 
---------------------------------------------------------
Booth Martin   http://www.MartinVT.com
Booth@xxxxxxxxxxxx
---------------------------------------------------------
 
-------Original Message-------
 
From: Midrange Systems Technical Discussion
Date: 1/9/2004 4:15:51 PM
To: midrange-l@xxxxxxxxxxxx
Subject: RE: Using SQL to check for duplicate records
 
Booth:
 
That's where count(*) comes into it. Rob's example shows that a second
SELECT statement must also be executed. In effect, a new temporary table is
created on the fly by that SELECT. That table contains one row for each key
that's duplicated. When the primary SELECT executes, each row is tested
against the temporary table to see if he's dealing with a duplicated key or
not. If he is, he simply prints the key and the RRN. The temporary table
fulfills almost the same function as lookahead would -- it simply verifies
duplication for each row at the time the row is read.
 
If the temporary table happens to be very large, conceivably you could have
space problems. Unlikely enough that I wouldn't worry about it unless I was
dangerously short on space and expected a lot of duplicates.
 
Tom
 
midrange-l-request@xxxxxxxxxxxx wrote:
 
>   9. RE: Using SQL to check for duplicate records (Booth Martin)
>
>One question I have about the SQL solution is about printing the results.
>When/how does one print the RRN of all duplicate records using only SQL?
>
>-------Original Message-------
>
>In SQL, just getting count(*) for the groups could take a chunk of
>processing. I'm not sure it could be any more efficient in any other
>language.
 
 
--
Tom Liotta
The PowerTech Group, Inc.
19426 68th Avenue South
Kent, WA 98032
Phone  253-872-7788 x313
Fax    253-872-7904
http://www.powertech.com

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.