PDT816
Fri 31st Oct '03, 4:40pm
Over the lifetime of my board, I've amassed a large number of users from the same organization. Now I want to be able to move them from my "registered" user group to another group via the domain included in their email address.
I'm assuming it's going to look something like this:
UPDATE user SET usergroupid=newgroup WHERE email= **@abc.com
Couple of questions:
Not sure what to use as the wildcard for everthing that comes before the email's domain name.
I'm assuming that I can do this in phpmyadmin?
Thanks in advance.
I'm assuming it's going to look something like this:
UPDATE user SET usergroupid=newgroup WHERE email= **@abc.com
Couple of questions:
Not sure what to use as the wildcard for everthing that comes before the email's domain name.
I'm assuming that I can do this in phpmyadmin?
Thanks in advance.