1
I am new at SQL so all help is appriciated.
History:I imported the users from my site into another installation of xoops. Both 2.0.9.2. Everything went smooth.
Problem:None of my users has a group. None of them are either regitered or webmasters. I can't add them from System -> Groups because there is no "Not in the group" list at the bottom.
Question:Can someone please help me do an SQL query that will create a new entry for 278 rows (up to my last user) in the table
xoops_users_link* and input the following data into the following fields:
linkid = 1 to 278 (++ for every row)
groupid = 1 (always)
uid = 1 to 278 (++ for every row)
*that is the table that I need, right?