I have a few variable data in the column "email".
For example:
roy2087@gmail.com123
sg123@yahoo.compori
How do I get rid of the characters after .com?
I used Replace(email,'.com%',gmail.com), however, we cannot use wildcard characters in Replace.
Any Suggestions?