General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
SQL Select troubles
GROUP_ASSIGNMENTS
groupType | ContactID
CONTACTS
ContactID | Name | Address | ETC
I would like to wrap this into a single statement, but I cannot figure the sytntax to accomplish this. My other alternative is to load the selected ContactID's into a temporary table and then go back and query Contacts table for each of the ID's in the temp table.
Any help would be greatly appreciated. Thanks!