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: Help with "&"

Re: Help with "&"

From: Manu (Kopi project) <languill_at_essi.fr>
Date: 1997/12/11
Message-ID: <348FD66B.69FB@essi.fr>#1/1

TurkBear wrote:

> & is a special character in SqlPlus that indicates that a variable
> name follows it and, if no pre-set value for the variable exists, it
> prompts you for one.

        Right.

> >We are trying to do a simple update in a field.
> >UPDATE tablename set fileldname = "blah"
> >where fieldname = "blah blew & etal"
> >
> >It is returning a prompt to enter in a string for etal.
> >Is & a wildcard or something else in Oracle? Do I need a litoral symbol of
> >some kind?
> >I dont have much more info than that. And I do not know oracle. Sorry.
> >Thanks in advance

	You can enter in sqlplus :
	set scan off
	and the problem with the &  character will disappear ....

-- 
**********************************************
Ce n'est qu'en essayant continuellement qu'on
fini par reussir donc plus ca rate, plus on a 
de chance de reussir
**********************************************
Received on Thu Dec 11 1997 - 00:00:00 CST

Original text of this message

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