Is there any way of using sql-query to delete duplicate rows from a table.
What I would like is to delete all of the records that are displayed when I do a 'Select Distinct'. It's to bad that the distinct does not work with delete.
I was thinking that maybe a suq-query may work but after thinking it though; I can't figure out how I would make it work.
Thanks, for any help.
What I would like is to delete all of the records that are displayed when I do a 'Select Distinct'. It's to bad that the distinct does not work with delete.
I was thinking that maybe a suq-query may work but after thinking it though; I can't figure out how I would make it work.
Thanks, for any help.