2
Answers

Problem with Date datatype in oracle

Photo of Vipin Tyagi

Vipin Tyagi

11y
1.4k
1
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)