Deleting duplicate rows based on timestamps (Q/A)

Posted by NosaLee in MySQL on 08-06-2012. Tags: , , ,

Q by amateur2005
Hello.. I’m quite new to MYSQL.. I have a table with two fields : tag_in and time_in, where time_in is a timestamp field.. Some rows have the same value for tag_in.. I’d like to neaten up the database in 2 ways: 1. Delete rows with duplicate tag_in but removing[......]

Read More…