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 to insert a value like 'abc&def' into a varchar2 - field ...

Re: How to insert a value like 'abc&def' into a varchar2 - field ...

From: Stefan Grundmann <s.grundmann_at_t-online.de>
Date: Tue, 12 Sep 2000 19:56:07 +0200
Message-ID: <8plqtj$3pn$11$1@news.t-online.com>

Hallo Michael!

Under SQL*Plus your have to change the define-parameter: SQL> show all
...
define &
...

SQL> set define #
SQL> insert into test_table values ('abc&def');
SQL> commit;
SQL> set define &

Hope this help's,
Stefan.

Michael Maretzke <michael.maretzke_at_conrad.com> schrieb in im Newsbeitrag: 39be45a3$0$65_at_personalnews.de.uu.net...
> Hello, Oracle - Fans !
>
> I've got the silly problem of inserting a value like 'abc&def' into a
> varchar2-field.
> But ... Inserting this literal causes my SQL-Plus to ask for the value of
> the
> variable "def" ...
>
> Is it possible to insert the original string ??
> And if - how ?
>
> Many thanx ...
>
> I'll read the f***ing manual meanwhile ...
>
> CU Michael.
>
>
Received on Tue Sep 12 2000 - 12:56:07 CDT

Original text of this message

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