I'm trying to change a number of domain names in email addresses in a mySQL table such as
name@old.domain.co.uk
to something like name@newdomain.com
Can I use a Regular Expression to do this in an update statement and if so how would I go about this?