Vipin Tyagi

Vipin Tyagi

  • NA
  • 2k
  • 650.6k

Problem with Date datatype in oracle

Mar 25 2014 9:44 AM
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)