Re: SELECT DISTINCT - Mailing list pgsql-sql

From Richard Huxton
Subject Re: SELECT DISTINCT
Date
Msg-id 47BADECE.7050603@archonet.com
Whole thread Raw
In response to SELECT DISTINCT  ("Shavonne Marietta Wijesinghe" <shavonne.marietta@studioform.it>)
List pgsql-sql
Shavonne Marietta Wijesinghe wrote:
> Hello
> 
> I have 2 records with the same value. Even when i do a select with
> DISTINCT, it returns me both the records instead of one.
> 
> SELECT DISTINCT ON (TE_COGNOME) TE_COGNOME, TE_NOME, N_GEN_TEST,
> TE_SESSO, TE_ATTNASC, TE_LUONASC, TE_INDI, TE_DTNASC, TE_PROVSTATO,
> TE_PROV, TE_PATERNITA, TE_RICHIESTA FROM MOD48_02 WHERE TE_COGNOME
> LIKE 'WIJ%' AND TRIM(DELETED) IS NULL ORDER BY TE_COGNOME, N_GEN_TEST
> DESC;

Can you provide:
1. The output of your query (just the duplicate rows will be fine)
2. The output of "\d MOD48_02"?
3. The output of:   SELECT xmin,xmax, ':' || TE_COGNOME || ':' FROM MOD48_02   WHERE TE_COGNOME = ???   For the
duplicatevalue of course
 

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Am I wasting my time with partitions?
Next
From: Stuart Brooks
Date:
Subject: Re: Am I wasting my time with partitions?