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
solution in SSMS
Saving List in ASP.NET for use in second WCF Service
Setting Reporting Services data driven subscription Using Web Service
How to Install JBOSS on windows xp
sysvol trying to replicate to non-existant Domain controllers
asp.net mssql I have a need to update records where the record column needs modifing in orde to match the Id value
Basic php/mysql questions
Convert PDF into Excel spreadsheet
MPP microsoft project plan. How can i open a file created in ver 2010 in MPP 2003 or 2007.
nmconnect