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
How to avoid zero(s) in front of number(s) disappears in array
Raid 1 Hard drive failed PowerEdge 1850
Need help with 'System.Web.UI.ScriptManag
er is not defined error
how can i upload 900 mb file to internet ,is there any website to free upload ?
code for an application which can read a portion of the screen and writes it on another portion of the screen.
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
How to determine coaxial cable
Asterisk - How to detect / trigger using Asterisk Manager API
Best LAN Network Switch Design?
isa 2004 and iis7