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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Escaping characters

Re: Escaping characters

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Tue, 31 Aug 1999 11:46:05 +0200
Message-ID: <7qg8a4$gcu$1@oceanite.cybercable.fr>


insert into table_name values ('...something ; something else') ; works fine, you don't need to escape the ';'.

Michal Ludwiczak a écrit dans le message <37CBA1BF.7B1B249B_at_atrix.com.pl>...
>Hi!
>I recently stumbled accross a serious problem. I need to know how to
>properly do escape characters. I need to put a ';' in the middle if a
>field and don't know how to do it. I've tried:
>insert into table_name values ('...something \; something else') escape
>'\';
>It doesn't work. If anyone would be as kind as to hepl me... Thanx.
>
>mludwik
>
Received on Tue Aug 31 1999 - 04:46:05 CDT

Original text of this message

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