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
Wordpress widget with visual editor for non-HTML savvy users
Problem getting the Selected value of a CheckBoxList (used in a gridview)
Update HP onboard administrator SSH version?
VB equation is slightly off
Default Printer Changes using Terminal Server
Sql Express 2008 Client connectivity tools
RAID problems on Intel SATA RAID controller
Remove exchange connection in Outlook
Override a constructor
How to add scriptaculous to Wordpress Site?