If you're running MySQL 4.1+ you can use the following:

SQL Query
insert into ubbt_USER_GROUPS 
(GROUP_ID,USER_ID) 
select '#', USER_ID from ubbt_USERS 
where USER_ID <> 1

Replace the # in that query with the new group number.