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
can you run 2 versions of MS office
Spam black list removal " dnsbl.burnt-tech.com"
Settings up vsftpd and ssl?
How can i sort two dimentional array with linq and with Compareto method?
MS Access SQL Divide by Zero workaround needed
How do I design network for failover to a secondary internet connection?
Microsoft VBScript runtime error '800a0009', Subscript out of range: '42'
Blackberry enterprise activation: Cannot find server
Use xcacls.vbs on \\server\share path
Script to enable folder auditing