I am trying to do below
select replace('abcd.efgh@Domain.com', 'Domain.com', 'ModifyDomain.com')
This means whenever the field value will have "@Domain.com", it should be replaced with "ModifyDomain.com".
Will the original email field value be preserved in case
- Original email field value is NULL / BLANK ?
- Original email field value does not contain the pattern " Domain.com " ?