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
Network issue.
T-SQL Update Ordering by IDs based on a random number column
Setup BIND cache server
Increase Filesystem Size of RHEL 5
Retrieve a list of unique values from a list object
Roaming Profiles in Windows 7 Pro and SBS 2008
Manage Contacts in Active Directory / Exchange Distribution Lists
How can you search e-mail within Outlook 2010 and not use the index?
blueberries- only in NJ?
Redistributing RIP into OSPF non-contiguous subnets.