I have 2 entries in mysql database which has duplicate entries under 'hwaddr' column as shown in the added screenshot.
how do i search for duplicates based on 'hwaddr' column and leave only the most up2date one based on 'timestamp' column? (delete the old one)