Subject Re: duplicates in a table with PK
Author Stephen Boyd
I had the same problem in a Firebird 1.0.x database. I had to write a
program to read the table in natural order, find the duplicates and
delete them. I then unloaded the database, upgraded to Firebird 1.5.3
and I haven't had any further problems.