2
Answers

Problem with Date datatype in oracle

Vipin Tyagi

Vipin Tyagi

10y
1.3k
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)