SQL> select to_char(sysdate, 'dd-mon-rr') from dual;
TO_CHAR(S
---------
13-may-02
SQL> select to_char(sysdate, 'dd-Mon-rr') from dual;
TO_CHAR(S
---------
13-May-02
|
Results 1 to 4 of 4
Thread: Case of column headingThreaded View
|
Click Here to Expand Forum to Full Width |