| Subject | Re: [firebird-support] query trouble | 
|---|---|
| Author | Anderson Farias | 
| Post date | 2007-11-06T18:26:50Z | 
Hi,
group by a, b, c, d
having count(*)>1
HTH,
Regards,
Anderson
            >what i want the query to return is a list of all the fields in aselect a, b, c, d, count(*) from t
>duplicate record plus the count of occurences.
group by a, b, c, d
having count(*)>1
HTH,
Regards,
Anderson