>>Script Language and Platform: SQL Server 2000
Build a function to retrieve the absolute day, month, and year between two dates.
The function executes in this way:
select * from AbsDateDiff(”03-FEB-2004”,”01-APR-2005”)The OutPut is
year month day
————————————-
1 1 29(1 row(s) affected)
Copy this function and execute in Query Analyzer.
Pass any two dates through this function to get the above output.
Author: Arun
Download Script:
AbsDateDiff.sql
Disclaimer: We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…
Disclaimer Continued
Back to Database Journal Home