removing duplicate rows
Database
2
Posts
2
Posters
0
Views
1
Watching
-
how to delete duplicate rows in a table if that tables has no primary key
-
how to delete duplicate rows in a table if that tables has no primary key
The quickest method is to add a primary key to that table. You can always remove it after you've deduped the table.
Deja View - the feeling that you've seen this post before.