Delete Duplicate email addresses from Table in MYSQL
I have a table with columns for ID , firstname , lastname , address , email and so on. Is there any way to delete duplicate email addresses from the TABLE? Additional information (from comments): If there are two rows with the same email address one would have a normal firstname and lastname but the other would have 'Instant' in the firstname . Therefore I can distinguish between them. I just want to delete the one with first name 'instant'. Note, some records where the firstname='Instant' will have just 1 email address. I don't want to delete just one unique email address, so I can't just