1
SELECT systemgroup.mgm_id,
2
systemgroup.system_group_id,
3
systemgroup.name,
4
systemgroup.current_members,
5
systemgroup.organization,
6
systemgroup.synced_date
7
FROM systemgroup
8
ORDER BY systemgroup.mgm_id, systemgroup.system_group_id;