Microsoft
Software
Hardware
Network
Question : Do you know how to select fields from 2 files based on a join of the files?
Do you know how to select fields from 2 files as follows:
--select * from dbo.tSOXUsrRequest As U
--WHERE appname = 'BRS' and userid = 'quincy'
select * from dbo.tSOXSignOff As S
WHERE U.reqID = S.reqID and S.dtUsrSignOff is Null
and U.appname = 'BRS' and U.userid = 'quincy'
Answer : Do you know how to select fields from 2 files based on a join of the files?
SELECT *
FROM tSOXUsrRequest
LEFT JOIN tSOXSignOff ON tSOXUsrRequest.reqID = tSOXSignOff.reqID
WHERE (tSOXUsrRequest.appname = 'BRS' and tSOXUsrRequest.userid = 'quincy')
Random Solutions
PHP 5.3.2 installation problem on Vista IIS7
Forefront 2010 URL Filtering
Should Sys Admins (Domain Admins) also have user accounts?
SQL 2005 Select Query from multiple tables
Cisco 851 router installation blocks XP File and Print Services functionality for attached client PC's.
Need a random list of 1000 geocoded locations in any one country
301 redirect non-www to www
Displaying GroupWise contacts in Exchange address book?
How to fix windows xp service pack 3 install error: "The system cannot find the file specified"
publishing websites in TMG 2010