sujitopics
Programmer
Hai friends
i created table in oracle 8i with date field like this.
create table datetest (d date);
but i am not able to insert date into that table.
i used this query.
insert into datetest values ("1999-12-12"
but it is saying column not allowed here error.
how can i insert data with insert query.
please help me.
can i insert data and time into the field ?
Thanks in advance
Yours
Suji
i created table in oracle 8i with date field like this.
create table datetest (d date);
but i am not able to insert date into that table.
i used this query.
insert into datetest values ("1999-12-12"
but it is saying column not allowed here error.
how can i insert data with insert query.
please help me.
can i insert data and time into the field ?
Thanks in advance
Yours
Suji