Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: insert on oracle db question
Ok .. Lets see if you spot the problem in this code:
ORA92> create table vegetables (name varchar2(40));
Table created.
ORA92> insert into vegetables (name) values (SPINACH); insert into vegetables (name) values (SPINACH)
*ERROR at line 1:
<The error is on "SPINACH">
HTH Anurag Received on Tue Mar 14 2006 - 15:28:45 CST
![]() |
![]() |