2
Reply

Problem with Date datatype in oracle

Vipin Tyagi

Vipin Tyagi

Mar 25 2014 9:44 AM
961
i create a table emp in oracle as below
create table emp(eid int,ename varchar2(30),esal long,edoj date);
when i insert data in this table it is showing problem in date datatype 
how can i handle this 
plz assist me ....

Answers (2)