Subject Re: [firebird-support] Delete duplicates
Author Ann W. Harrison
Bart Bakker wrote:
>
> You have to make sure that your table has a unique identifier per record
> (called ID in the example) otherwise you don't have a reference to the
> current record.

Actually, every record has an rdb$db_key which can be compared, so you
can find and remove records that have completely identical data.

Regards,

Ann