select * from contsupp where rectype='E' and address1='Super Special AP'
Will return all records with the 'Super Special AP' attached
select distinct accountno where rectype='E' and address1='Super Special AP'
Will return just the account number of the records who have this AP attached to them. With the results of that query up, you can go to the groups tab, build a group (or add members to an existing one) and use the available SQL query radio button to add those people to a group.
You can add members multiple times, based on multiple SQL queries to get yourself a nice group of people who are otherwise unrelated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.