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
installing a UCC certificate with local domains for Exchange 2010 - how does the certificate authority approve them?
Help setting up simple Isolated Wifi VLAN
How to create store procedures and pass values in SQL
Memory Advanced ECC Mode with Mixed DIMM Capacities on Dell R710 PowerEdge
Get Access Database online
Getting own send e-mail in Blackberry
How to design my DNS structure
JQuery based image (actually an element of code) rotator
"bad request" when trying to access 'options' page in Exchange 2010 OWA
What is the proper DNS settings for ...