@All - Thanks for your help
ID Email
1 [email protected]. , [email protected]@
In the above example, if you see the 1st row, the email address is invalid because of dot at the end of 1st email address and @ at the end of 2nd email address. In 2nd row, there is a ? in between email address.
Just wanted to know is there any way to handle there characters and remove those from email address using SQL function and update the same in table.
Thanks in advance.
removeAllWrongCharacters. then there is no such function. you already have to make specifications, e.g. which characters and where they have to be removed. in your case you have to work with regular expressions