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

Home -> Community -> Usenet -> c.d.o.tools -> Escape character for PL/SQL

Escape character for PL/SQL

From: Scott Metzger <scottmetzger_at_my-deja.com>
Date: Tue, 26 Dec 2000 21:52:17 GMT
Message-ID: <92b3ug$sj$1@nnrp1.deja.com>

Hi,

What is the escape character for PL/SQL?

I need to assign the value of a Varchar2 variable in a stored procedure.  The text includes single quotes '. How do I make the assignment?

I have tried:
SelectClause := 'VALUES (''0'',''U'',''84'')'; I have also tried using / and \.

Thanks,
Scott

Sent via Deja.com
http://www.deja.com/ Received on Tue Dec 26 2000 - 15:52:17 CST

Original text of this message

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