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: escape character in queries?

Re: escape character in queries?

From: rkajda <rkajda_at_ComArch.pl>
Date: Wed, 28 Apr 1999 11:22:42 +0200
Message-ID: <3726D361.F0FCB9F1@ComArch.pl>


Hi
Use ' before ' (apostrophe is escapee for itself) for example
insert into tab( col ) values( 'That''s the question' ) and select *
from tab
where col like 'That''s the question'


Received on Wed Apr 28 1999 - 04:22:42 CDT

Original text of this message

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