I have table like
+----+--------------------+
| email | name |
+----+--------------------+
| [email protected] | test |
| [email protected] | test3 |
| [email protected] | test3 |
| [email protected] | test1 |
| [email protected] | test2 |
| [email protected] | test2 |
+----+--------------------+
I want to delete duplicate email id from table without altering or moving data to temp table?