|
|
Archives of the TeradataForum
Message Posted: Tue, 31 Oct 2006 @ 12:59:43 GMT
Subj: | | Re: Calculating Months between two dates |
|
From: | | Michael Larkins |
prahlad:
Dates can be a little different than what we are normally use to when dealing with anything except days between. I have written how to do
these types using intervals and date math. Here is a way to get what you are asking for:
/* good up to 99 months, else use up to month(4) for number of
digits=9999 months) */
sel start_date sdt, end_date edt, (edt-sdt) month
Hope this helps,
Michael Larkins
Certified Teradata Master
Certified Teradata SQL Instructor
| |