I am trying if I have new record with same email id. I want to update previous records with that emailId
in single query.
I don't want to update record with i have duplicate record. I am using insert ignore for that.
Any help?
I am trying if I have new record with same email id. I want to update previous records with that emailId
in single query.
I don't want to update record with i have duplicate record. I am using insert ignore for that.
Any help?