I have one table named tblm_customer.   
It contain field named firstname and lastname. Now I want to delete all records from the table that contain the same firstname and lastname that are already in the table. 
I used mysql database and customerid is the primary key in the table.
 
    