Thread: Query to eliminate duplicates

Query to eliminate duplicates

From
Mario Filipe
Date:
Hi

Is there a way to eliminate duplicate records using just SQL?

Thanks

        Mario Filipe
        mjnf@uevora.pt
        http://neptuno.sc.uevora.pt/~mjnf (modificada em 26/11/98)

Attachment

Re: [SQL] Query to eliminate duplicates

From
Sferacarta Software
Date:
MF> Is there a way to eliminate duplicate records using just SQL?

SELECT DISTINCT ...

-Jose'-