Hi there,
Please help me out, I want to know what will be the code in oracle 9i for the following line of code, I tried several ways but not yet solved.
I mean I want to transform the following code into oracle 9i SQL.
dateadd('yyyy',-1,(date(year(datadate)-1,month(datadate),1)))
Any suggestion.
Thanks in advance
Please help me out, I want to know what will be the code in oracle 9i for the following line of code, I tried several ways but not yet solved.
I mean I want to transform the following code into oracle 9i SQL.
dateadd('yyyy',-1,(date(year(datadate)-1,month(datadate),1)))
Any suggestion.
Thanks in advance