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
Set site as read only to everyone
Adding one cell to the bottom of a named range defined byan OFFSET
Checkpoint VPN Site to Site Issue - encryption failure: Unknown SPI: 0xb41565ee for IPsec packet.
How do I add rows to a datagridview based upon a For Each statement in VS2008?
Exchange 2007 mail relay
Enteprise Application Documentation Application
Outlook won't open .pptx attachment directly
Entourage email signature set up
Powerpoint 2003 - in Vista -
Converting RTF to PDF on the fly.