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!

insert null value on date column

Tony007Sep 11 2015 — edited Sep 11 2015

hi how can i insert null value in date column

INSERT INTO EMP(HIREDATE)

             VALUES(TO_DATE('NULL','DD/MM/YYYY HH24:MI:SS');

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2015
Added on Sep 11 2015
7 comments
21,622 views