aharrisreid
Programmer
I have a table containing hundreds of duplicate records (even the primary key is duplicated!) which I wish to remove. The first thing that came to mind was SELECT DISTINCT * FROM MyTable, but MyTable contains a text field, hence I get the error "The text, ntext or image data type cannot be selected as DISTINCT".
Is there any 'neat' way of ending-up with distinct records with text fields?
TIA
Alan
Is there any 'neat' way of ending-up with distinct records with text fields?
TIA
Alan