Is this what you mean?
RegardsCode:SQL> select sysdate from dual; SYSDATE --------- 13-JAN-03 SQL> select sysdate+1 from dual; SYSDATE+1 --------- 14-JAN-03 SQL> select sysdate+7 from dual; SYSDATE+7 --------- 20-JAN-03
|
Results 1 to 4 of 4
Thread: Function add day or add weekThreaded View
|
Click Here to Expand Forum to Full Width |