JIm,
I added the following lines to my function and it worked.
SQL> select sysdate + 1 as ADD_DAY from dual
2 /
ADD_DAY
---------
14-JAN-03
SQL> select sysdate + 7 as ADD_WEEK from dual
2 /
ADD_WEEK
---------
20-JAN-03
Thanks.
|
Results 1 to 4 of 4
Thread: Function add day or add weekThreaded View
|
Click Here to Expand Forum to Full Width |