If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
As simple this may sound, I'm still new so please bare with me. Basically I want to know if a join would be good to use or any other ideas. The extract needs the user_ids from a certain group_id with their user_fullname attached. I guess I want to extract all the users with the specific group_id from table 1 and join the results to table 2 for their matching full name. Suggestions please....