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
Do you have any idea about the CLiC library and efsenable for the system. If you have please let me know.
USB ports problem
Jmagick how to resample when changing DPI
Network issues loading company web-site
Wep Page on Internal Server not displaying correctly.
I would like to have very thin grid lines in Excel 2007
You Do Not Have Permission To Send On Behalf Of The Scified User
Microsoft CRM Product question
check to see if an image exists on a remote server in vb.net
Globally change the Blackberry Service Display name