How do I create a a field to use system date, is the code below correct?
What I want is the system will generate system date/time for me
automactically without user's input.

SQL> create table calllogtest
        (date          sysdate(8));

Thanks,
David

Reply via email to