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
net share system error 5 acces denied
Windows7 my Documents folder
IE8 Submit Form with [Enter] Key, not functioning properly
File Uploads with jQuery Form and jQuery Validation
Why won't Exchange Transport service start in Exchange 2007 on our SBS 2008 server ?
instantiating an object in php
VMware Workstation 7.1 Won't Install
Disable IPv6 on windows 2008
Include page headers when printing HTML pages with different headers on some of each page
Exchange 2007 Incremental backup