Microsoft
Software
Hardware
Network
Question : Help with Sybase SQL ?
I need a pull where the providerID is either A000000015210B OR A000000003731B and the Received_Date minus Iinput_Date is greater than 45 days
Thanks
Answer : Help with Sybase SQL ?
I guess it should be minus 45:
WHERE providerID IN ( 'A000000015210B','A0000000
03731B' )
AND Input_Date < DATEADD(day, -45, Received_Date)
or
WHERE providerID IN ( 'A000000015210B','A0000000
03731B' )
AND Received_Date > DATEADD(day, 45, Input_Date)
Random Solutions
Run Windows 2008 Server in virtual environment on Windows 7 PRO?
FAST Search server for Sharepoint 2010 does not index pdf files
windows permissioning
Backup Exec 12.5 Job Running Extremely slow
watchguard firewall rejects some pdf attachments, but not others
PoM/Tank Macro for Priest
Need to get the ip subset of a city
ASP.NET file download issues on selected machines/browsers
Refining xi:include element to exclude data when a specific child tag's text is present.
perl, select rows of data into an array