Just in case anyone else wants to to a mass title change:

update ubbt_USER_PROFILE u, ubbt_USER_GROUPS g
SET u.USER_CUSTOM_TITLE = 'xyz'
where g.GROUP_ID = '9'
and u.USER_ID = g.USER_ID;

Last edited by SwebS; 07/27/2007 12:17 AM.