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
ssh 1.99 vs 2.0
is there a way to export GFI webmonitor Rules on isa 2006 for webgrade filter
Sonicwall E5500 bandwidth/shaping vs Packetlogic PL5600
Add DC to Windows Server 2003 Network - error msg
wcf upload size limitation
IPad / iphone, activesync issues with Exchange 2003 + ISA 2006
Discrete Math, Big O, Little o
Server security analysis to determine patch level
VBA Convert long date format to short date
RPG III program will not execute inside a RPG IV program (error message: MCH3401)....