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 values into a table

Re: inserting values into a table

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Mon, 1 Mar 2004 15:40:48 -0500
Message-ID: <MJSdnVdifcRLAt7dRVn-hw@comcast.com>

"Taff Evs" <taffevs_at_aol.com> wrote in message news:20040301153155.01855.00000673_at_mb-m22.aol.com...
|
| Can anyone tell me how I insert the '&' value in a string without
producing an
| error message?
|
| I want to insert a string into a table that incorporates the '&' operator
| e.g. 'Fish & Chips'
|
| Cheers
|
| Ben
|
|

assuming SQL*Plus

set scan off

or

set define off

or

set esc \, and use \&

or

use chr(38)

;-{ mcs Received on Mon Mar 01 2004 - 14:40:48 CST

Original text of this message

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