Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: can't local data into a table in oracle 8i lite for NT

Re: can't local data into a table in oracle 8i lite for NT

From: Rafa³ Jank <yankee_at_wp.pl>
Date: Mon, 27 Nov 2000 15:12:46 +0100
Message-ID: <8vtq8j$3ap$1@korweta.task.gda.pl>

>SQL> INSERT into table1

> 2 ( NAME, ADDRESS )
> 3 values(me, somewhere);

Try
INSERT into table1
> 2 ( NAME, ADDRESS )
> 3 values('me', 'somewhere');

(note the '' )
R. Received on Mon Nov 27 2000 - 08:12:46 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US