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

Home -> Community -> Usenet -> c.d.o.tools -> Re: hide & character

Re: hide & character

From: Paul Druker <pdruker_at_metaway.com>
Date: 2000/07/17
Message-ID: <2uuc5.2619$MS4.176523@typhoon.southeast.rr.com>#1/1

I'm not sure I really understand your question. I guess you may get problems in SQL*Plus while executing this statement because of the ampersand. In this case you may use "set define" command to redefine it.

HTH,
Paul

"James Young" <hpya78_at_postoffice.pacbell.net> wrote in message news:39724E3E.A2DC2720_at_postoffice.pacbell.net...
> Hello
> I have a command like
>
> insert into customers
> (cust_num, company, cust_rep, credit_limit)
> values (2113, 'Ian & Schmidt', 104, 20000.00);
>
> Can anyone tell me how to hide &
> Thank
>
Received on Mon Jul 17 2000 - 00:00:00 CDT

Original text of this message

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