A
andie
Guest
Hello,
I am trying to write a query that gets me rid of redundant data.
The table contains several lines that have the same content except for the primary key which is set to auto value. I do not want to change the primary key because I also want to add data to this table easily.
How can I check for redundant data within this table and delete it?
I am trying to write a query that gets me rid of redundant data.
The table contains several lines that have the same content except for the primary key which is set to auto value. I do not want to change the primary key because I also want to add data to this table easily.
How can I check for redundant data within this table and delete it?