6
Hey, thanks for this. I just want to check something though, before I press 'Go'!!
I didn't explain myself fully earlier and forgot to mention that my reason for this is due to subdomains of a certain organisations setup. So, for example, the end of all their e-mail addressed has to be changed from
ted@domain1.org.uk to
ted@domain1.domain2.org.uk.
The domain1 bit (after the '@') needs to stay as it is, but then domain2 has to be inserted
between it and the .org.uk bit.
So, to achive this, do I just have to do this :
UPDATE DBprefix_users SET email = replace(email,'.domain1.org.uk','.domain1.domain2.org.uk');
or will that result in their e-mail addresses just reading ted.domain1.doman2.org.uk with no '@'?
Thanks, and sorry for been a bit of an idiot!
Ted