W
Wim
Hi,
I inherited a huge database (Clipper) where the main
source table has not been normalised, so there are
sometimes multiple occurences of the same record.
I want to physically remove the doubles, or triples, ...
Say the key field is IdNum, text, 14 long.
I can use DISTINCTROW, but this does not remove
redundancies. I can use the query builder wizard that
looks up the multiple occurences. I could use the LAST
statement to just keep the last occurrence. But how can I
physically remove these double records that have not been
kept by the LAST key word ?
Thanks,
Wim
I inherited a huge database (Clipper) where the main
source table has not been normalised, so there are
sometimes multiple occurences of the same record.
I want to physically remove the doubles, or triples, ...
Say the key field is IdNum, text, 14 long.
I can use DISTINCTROW, but this does not remove
redundancies. I can use the query builder wizard that
looks up the multiple occurences. I could use the LAST
statement to just keep the last occurrence. But how can I
physically remove these double records that have not been
kept by the LAST key word ?
Thanks,
Wim