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: Inserting quoted strings

Re: Inserting quoted strings

From: wayne <no_at_email.please.com>
Date: 24 Feb 2001 03:59:44 GMT
Message-ID: <977bjg$re2@dispatch.concentric.net>

> Insert into Table Values ('string') cause a problem because it doesn't
know

Try

insert into table values ('Jim'' Brown'); Received on Fri Feb 23 2001 - 21:59:44 CST

Original text of this message

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