The following SQL statement:
SELECT TD_MONTH_END(DATE'2012-01-15',NULL);
returns 2012/01/31.
where NULL indicates the session calendar, which in this case is Teradata.
The following SQL statement:
SELECT TD_MONTH_END(DATE'2012-01-15',NULL);
returns 2012/01/31.
where NULL indicates the session calendar, which in this case is Teradata.