This should be simple for most of you...I want to remove duplicate e-mail addresses in my email field of my table called email_pft. so...
DELETE FROM 'email_pft' WHERE email= ????
that if an address exists more than once delete all other instances but the first one??
DELETE FROM 'email_pft' WHERE email= ????
that if an address exists more than once delete all other instances but the first one??