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

Home -> Community -> Usenet -> c.d.o.server -> parameter substitution in SQL*PLUS

parameter substitution in SQL*PLUS

From: <mdavies_at_elekom.com>
Date: 1997/08/25
Message-ID: <872557427.318@dejanews.com>#1/1

I would like to execute an update statement as follows:

update table1 set field1 = 'long & lean' where record_id = nn;

where the literal string 'long & lean' contains the ampersand character (&) as a literal character. While there is nothing in SQL to dissallow this, the SQL*PLUS window environment keys on this character as a parameter substitution character and prompts me to enter a value.

If I have this update statement in a script in a file, how can I escape the "&" character when submitting the script to the database thru SQL*PLUS? Thanks in advance for anyone's help on this.

mdavies_at_elekom.com
ELEKOM Corp. a developer of business to business commerce software.

-------------------==== Posted via Deja News ====-----------------------
      http://www.dejanews.com/     Search, Read, Post to Usenet
Received on Mon Aug 25 1997 - 00:00:00 CDT

Original text of this message

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