Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-15 : 10:26:52
|
| ve writes "I have got a project table with the following columns ProjLeader_id, ProjMember_id, Owner_idIn addition I also have an employee table with only employee_id and employee_name. ProjLeader_id, ProjMember_id, Owner_id are all employees in a firmHow do i draw out the corresponding name of all the IDs from the employee table" |
|
|
Nazim
A custom title
1408 Posts |
Posted - 2002-05-15 : 10:43:00
|
| Check for "Joins-SQL SERVER" in BOL.-------------------------------------------------------------- |
 |
|
|
|
|
|