About 2 results
Open links in new tab

How get different column from different table in single row
Jan 24, 2011 · Select Reqid,Name,Status,E.ProPNa me from ReqMaster R join ProjMaster P on R.Id=P.id join Systext S on S.sid=P.sid join ExtDef D on S.ExtId=E.ExtID this returns multiple …
Select different columns into single row - Experts Exchange
Jan 21, 2011 · I think you didn't get my point. I put my query here with details. Select Reqid,Name,Status,E.ProPNa me from ReqMaster R join ProjMaster P on R.Id=P.id join …