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: PLSQL PROBLEM with &

Re: PLSQL PROBLEM with &

From: Alex <alexei_voronov_at_yahoo.com>
Date: Tue, 2 Apr 2002 22:35:47 +0200
Message-ID: <a8d4g0$jrc$1@wanadoo.fr>

<davide_at_yahoo.com> a écrit dans le message news: a8c0gb$r23gv$1_at_ID-18487.news.dfncis.de...
> George D. Benetos <gbenet_at_intranet.gr> wrote:
> > How can insert the string 'test&01' in database ??
>
> use
> set define off
> to turn off variable-substitution.

'test' || '&' || '01' Received on Tue Apr 02 2002 - 14:35:47 CST

Original text of this message

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