Hello list, I would like to change the usergroup of a fe user, using an sql query. If a user is member of one group (with uid=2) I can do that with this query: update fe_users set usergroup=2 where uid=..... But how can assign a user to be a member in more than one usergroups with an sql query? thanks in advance!