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
How can I determine from an Office 2010 Volume License key (or product activation key) exactly which version of Office 2010 to download & install from MSDN (msdn.microsoft.com)?
How to upgrade RAM on a Server 2003 Standard SP2
Outlook 2003 won't display calendar as sidebar
Request.PhysicalApplicatio
nPath returns I.P. not URL
Public Folder "Pretty" names not showing up in GAL
Add New record from unbound form
Resize a colum of a grid in the GUI?
Brother Printer shows paper jam when there is none.
jquery auto complete
How to best deal with a Filemaker dinosaur?