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 -> ' in query

' in query

From: <buurd_at_my-deja.com>
Date: Tue, 16 Nov 1999 10:53:01 GMT
Message-ID: <80rd2d$ndj$1@nnrp1.deja.com>


Hi!
I'm trying to find out how to make this work: select * from queries where query = 'select * from table where name = 'A'';

I've tried to escape with:
select * from queries where query = 'select * from table where name = \'A\' ';
but got the same error.

I also tried
select * from queries where query = 'select * from table where name = {'}A{'} ';

but that didn't work either. Those was the solutions I found in the documentation but i'll guess they escaped somehing else...??

How to do this??

tia

--
Roland Carlsson
Certified Java programmer
Skövde
Sweden

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Nov 16 1999 - 04:53:01 CST

Original text of this message

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