Add one day to the current date
Hi all,
A stupid question...
How can I add one day to the current date in a select. I want something similar to add one month to current date, but with days:
something like:
select TO_CHAR (ADD_MONTHS (SYSDATE, -1), 'DD-MM-YYYY')
from dual
Thanks