Hi Team,
We are migrating some of the queries from oracle to Teradata.
Almost we are completed still some the queries having weird behaving, Please see below mentioned issue which we are facing currently
Kindly suggested me how we can replicate same query .
Teradata
SELECT ADD_MONTHS(DATE-1,-3)
Result :- 2012-11-28
Oracle
select add_months(sysdate-1,-3)
from dual
Result :-2012-11-30
↧