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

Home -> Community -> Usenet -> c.d.o.misc -> Insert syntax

Insert syntax

From: Taff Evs <taffevs_at_aol.com>
Date: 01 Mar 2004 20:41:12 GMT
Message-ID: <20040301154112.01855.00000674@mb-m22.aol.com>


Hi,

I'm trying to insert a text string into a table but am having problems with the syntax when using the '&' operator. I want to use the '&' in a text string on an insert

e.g.

insert into table products values
('123', '1', 'FISH & CHIPS'); Only when I try using the '&' sign I get an error?

Cheers Received on Mon Mar 01 2004 - 14:41:12 CST

Original text of this message

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