- Mar 4, 2002
- 4,329
- 0
- 0
So I have 3 different SQL queries that return bits of data.
What i need to happen is that i want to take out the ClientID part, and have it return to me ALL the data in one table, instead of making 3 separate queries.
Obviosuly i'm still a sql noob, and i didn't create these tables. So i have no clue where to start.
any help is appreciated. thx!
the problem here is that each of the tables needs the LookupKey in order to get the description, and I don't know how to circumvent that.
What i need to happen is that i want to take out the ClientID part, and have it return to me ALL the data in one table, instead of making 3 separate queries.
Obviosuly i'm still a sql noob, and i didn't create these tables. So i have no clue where to start.
any help is appreciated. thx!
the problem here is that each of the tables needs the LookupKey in order to get the description, and I don't know how to circumvent that.