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: SQLplus syntax

Re: SQLplus syntax

From: fumi <fumi_at_tpts5.seed.net.tw>
Date: 6 Aug 1999 05:33:57 GMT
Message-ID: <7ods45$p9a$2@news.seed.net.tw>

Guillaume BRIALON <guillaume.brialon_at_synlog.com> wrote in message news:37A8291A.A42C5664_at_synlog.com...
> Hi,
> That's an hour I try to insert strings including a '&' character.
> e.g 'Jim & Judie'
> The problem is that for SQLplus, all that follows a '&' is a variable
> name!
> And then it asks me the value for Judie!
> How to escape this f... '&' ?
>

  1. SET DEFINE OFF
  2. SET DEFINE (to another character) or
  3. SET SCAN OFF
Received on Fri Aug 06 1999 - 00:33:57 CDT

Original text of this message

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