Groups | Blog | Home
all groups > sql server (alternate) > august 2005 >

sql server (alternate) : Datediff needs to deliver month AND days



thrilled
8/26/2005 2:30:53 PM
with datediff all I can get it to return is months or a total of the
days...

so if the difference in dates is 12 months 4 days how do I adjust the
SQL to accommodate both?
DA Morgan
8/26/2005 3:20:17 PM
[quoted text, click to view]

So in February/March you want to return 1 month 2 days some years
and 1 month 1 day every fourth?

You'll need to write it yourself.
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
thrilled
8/26/2005 3:25:54 PM
you're the best
Erland Sommarskog
8/26/2005 10:36:40 PM
thrilled (decramer@cox.net) writes:
[quoted text, click to view]

As DA Morgan pointed out, the question needs further clarification.
For instance, how many months + days are there from 2005-08-27 to
2005-04-03? From 2004-02-27 to 2005-09-03?



--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
AddThis Social Bookmark Button