Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: hide & character
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
![]() |
![]() |