Re: Finding duplicate values in a column

2004-07-28 Thread gerald_clark
If you have an auto_increment or other unique recno you can do: select a.* from file a , file b where a.timefield = b.timefield and a.recno != b.recno Robert Reed wrote: No worries mate, that is exactly what I need, and the number I've got are 32 and when I subtract the ones more than a year old

RE: Finding duplicate values in a column

2004-07-28 Thread Robert Reed
No worries mate, that is exactly what I need, and the number I've got are 32 and when I subtract the ones more than a year old I've less than 10. I can do the legwork. :) Thanks. --- Mike Johnson <[EMAIL PROTECTED]> wrote: > From: Mike Johnson > > > From: Robert Reed [mailto:[EMAIL PROTECTED]

RE: Finding duplicate values in a column

2004-07-28 Thread Mike Johnson
From: Mike Johnson > From: Robert Reed [mailto:[EMAIL PROTECTED] > > > This seems like it should be easy, and I'd be happy > > for a simple reference to where in the manual or in > > Paul's book I can find the answer. I am wanting to > > find basically the inverse of a SELECT DISTINCT > > opera

RE: Finding duplicate values in a column

2004-07-28 Thread Mike Johnson
From: Robert Reed [mailto:[EMAIL PROTECTED] > This seems like it should be easy, and I'd be happy > for a simple reference to where in the manual or in > Paul's book I can find the answer. I am wanting to > find basically the inverse of a SELECT DISTINCT > operation. I have a table with a column