compudude86
IS-IT--Management
- Jun 1, 2006
- 46
ok, so i have a table of products, called "products" located in a database called "Book". my problem is when i update products, using a csv file through phpmyadmin, it will add another row, all the same info (price, description, etc) but different dates, and different primary keys (auto-increment). is there a query i can run on this table that would go through it, find a duplicate, and delete the one with the older date?