Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to create a default value of timestamp column?

748152Apr 30 2010 — edited Apr 30 2010
I am trying to create a table with a default value on a timestamp column, can it be done?


CREATE TABLE myTbl
(
FutureDateTime date default TIMESTAMP WITH TIME ZONE '2999-12-31 23:23:59.000'
)
This post has been answered by ajallen on Apr 30 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 28 2010
Added on Apr 30 2010
6 comments
22,504 views