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

Home -> Community -> Usenet -> c.d.o.server -> Re: Inserting text including &

Re: Inserting text including &

From: Mark Malakanov <markmal_at_sprint.ca>
Date: Sat, 3 Jul 1999 19:10:28 -0300
Message-ID: <gIwf3.1628$jl.11355708@newscontent-01.sprint.ca>

SQL> set define off
SQL> insert into table_name values ('word1 & word2');
SQL> set define on



Khal <elsawi_at_xsimple.com> wrote in message news:exvf3.766$OW2.37941_at_axe.netdoor.com...
> Hello there,
> I need some help inserting a text field that includes an &.
Received on Sat Jul 03 1999 - 17:10:28 CDT

Original text of this message

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