Subject Re: Recursive query....
Author adrian_avila_mtz
--- In firebird-support@yahoogroups.com, "Chad Z. Hower"
<chad-jm@h...> wrote:
> :: I need a query that returns only the records than are
> :: repeated in the table
>
> GroupBy name, having count() > 1


That worked,

thx.