Quote:
Originally Posted by Simon Lloyd
You can run that directly in admincp>maintainance>execute sql query and you'll get a list  (don't forget to add any table prefix you use before "user" so maybe you use vb as the prefix and it would look like this
PHP Code:
SELECT * FROM vb_user
WHERE usergroupid = 44
|
Right, but he won't be able to export it as he asked in the OP.