How to get substring of all text after @ symbol?

Trying to use custom expressions to get the substring of email addresses and only retrieve the domain name.

How can this be achieved using the custom expressions feature?

You can use RegExExtract. However, not available on MS SQL, use a view or sql query

1 Like