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
clear cut - sql express 2008 connection limit
Multiple MS Access Database connection problem...
The future of VBA
How do I save incoming email attachments into a specific folder?
c drive cleanup
How to figure out input value passed via XML
Are there any ways to know if the a user the company email redirected to an external account?
create bootable usb device with multiple OS's to choose from for installation
RSH client for windows 2008 r2
HP-UNIX - compressing/zipping files that are 31GB