I have mysql table named emails
where multiple column like
"first_name","last_name","email","contact"
I have huge data in this table with many multiple email id. I want to make this data as unique where not any single email in other row.
Kindly share how to write SQL query for it
Thanks Paras