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: How can I use '&' in VARCHAR2 fields ?

Re: How can I use '&' in VARCHAR2 fields ?

From: frank <fbortel_at_home.nl>
Date: Thu, 19 Oct 2000 18:55:59 GMT
Message-ID: <39EF4405.E65365CE@home.nl>

Just like that:
INSERT INTO mytlb (myfield) VALUES ('/mypage.asp?par1=345&par2=234');

Just make sure that SQL*Plus understands the & isn't s special character,
if that's what you use:
set define off
or:
set define <an other character, i.e. ~>

rdf wrote:

> Hi,
>
> I think the subject is all...!!!
> My example:
> INSERT INTO mytlb (myfield) VALUES ('/mypage.asp?par1=345&par2=234')
>
> I hope in your help.
> Thanks.
  Received on Thu Oct 19 2000 - 13:55:59 CDT

Original text of this message

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