Microsoft
Software
Hardware
Network
Question : left join with specific right table records
I have 2 tables titles and requests
requests has a field for the date of the request and an id of teh person requesting it
select * from titles left join requests titles on titles.id=requests.title
This will show all the tiles and the corresponding requests (if any). A person can have multiple requests for a given title. Fine.
I need a query that will show all title but in each title instead of all requests only those of a specific person...
Answer : left join with specific right table records
select * from titles left join (Select * from requests where person = <somevalue> ) as q1
on titles.id=q1.title
Random Solutions
Shadow Copy
Complete uninstall of Sharepoint Services 3.0 from Windows 2008 Server
Turn off Public Folder Replication in Exchange 2007
Why cant I use the native mail client on the new HTC Evo to syn with ActiveSync to our OWA site?
Get the name of an active control
Apple iWeb - how to save HTML to Disk or to publish the web site via FTP?
SAS or SATA
I can't find the audio driver for a Satellite P30
FM Pro - Multiple Questions Open - 1 issue!!: Best Way to Calculate and Filter
asp.net + gridview + linkbutton