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