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
unable to scan with my HP Photosmart All-in-one printer
Regarding SQL meta data cleanup in Microsoft SQL Server
Windows Service crashing on one machine, not on the other
How to store a path in EditBox1.Text via DialogBox control?
Password recovery on Juniper SA2500
Monitor temperature switch
Can I save a word document directly as PDF in asp?
keep same server name after exchagne transition
getting an format error using to_char function
External Monintor won't work w/ Toshiba laptop; it USED to; fn (f5) doesn't "stick"