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 -> Re: Inserting a & into a table

Re: Inserting a & into a table

From: George Meltser <meltser_at_aigfpc.com>
Date: 1998/04/03
Message-ID: <6g3hvl$djm$1@as1000.javanet.com>#1/1

you may also use quotes around "&", for example:

insert into a (rating_company) values ('S' || '&' || 'P');

Jens Lundell wrote in message <3522D145.504BCE55_at_cpmx.saic.com>...
>This seems to be an SQL*Plus issue.
>A simple insert works fine using SQL Worksheet and OCI but SQL*Plus
>interpretes the & as a prefix for a parameter.
>
>Regards,
> Jens
Received on Fri Apr 03 1998 - 00:00:00 CST

Original text of this message

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