For some queries and other tasks, its handy to quickly find out the member group id`s.

I find this query is a nice and quick way to do this. Run this from the SQL Toolbox in the ACP to generate a list of your member group names and their id numbers.


Code: 
SELECT g_id, g_title FROM ibf_groups
Lease Reviewed by Lease on . [TUT]Quickly Finding Member Group ID`s For some queries and other tasks, its handy to quickly find out the member group id`s. I find this query is a nice and quick way to do this. Run this from the SQL Toolbox in the ACP to generate a list of your member group names and their id numbers. SELECT g_id, g_title FROM ibf_groups :) Rating: 5