Quote:
Originally Posted by davey23uk
yes davey you are rite :), we will get the sysdate from the dual.
but the poster ali560045 needs the time to display it from the table he created, and whenever he select from the tabe he needs the updated time(current time).but it is happening only from the view.
SQL> select * from time_table;
Current date
--------------------
24-JUN-2008 03:04:29
SQL> select * from TIME_VIEW;
Current date
--------------------
25-JUN-2008 09:44:42
SQL> select * from TIME_VIEW;
Current date
--------------------
25-JUN-2008 09:44:51
