i'm new to pl/sql developer from sql*plus. something that i relied quite often was the ability to see the time in timestamp records. i have the timestamp showing up correctly in the sql window, however it appears like this in the command window.
SQL> select sysdate from dual;
SYSDATE
-----------
03-Sep-03 1
any suggestions?
thanks,
jason
SQL> select sysdate from dual;
SYSDATE
-----------
03-Sep-03 1
any suggestions?
thanks,
jason