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 -> SELECT a field with special chars. like a \'

SELECT a field with special chars. like a \'

From: Peter Smith <psmith01_at_mindspring.com>
Date: 1998/03/19
Message-ID: <3511B75E.118CF2DE@mindspring.com>#1/1

I need to do the following:

Select * from <some_oracle733_db_on_nt> where <somecolumn> = '<some_value>'

The problem I'm having is that '<some_value>' may be "D'Angelo" which yields:

Select * from <some_oracle733_db_on_nt> where <somecolumn> = 'D'Angelo'

thus producing a syntax error. What's the work-around??

Thanks.

--Peter--
psmith01-at-mindspring.com Received on Thu Mar 19 1998 - 00:00:00 CST

Original text of this message

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