Hello All,
I'm trying to add days to a date which is in numbers.
Suppose i have a date 20140331 and if i add +1 to it i would get 20140332. How can i get 20140401 in number format using pl/sql query.
Also i should be able to add any number of days to the existing dates to get the right date. The above example is just a sample.
Thanks