Re: Q: quotes within quotes

From: Dyrson Rodrigues Alves Junior <dyrson_at_casasoft.com.br>
Date: Tue, 27 Apr 1999 12:32:54 -0400
Message-ID: <3725E740.48728AF7_at_casasoft.com.br>


Dear Leona,

This will work:

declare
  aux varchar2(20) :='WHOMEVER';
begin
  :where_var:='where name='||chr(39)||aux||chr(39); end;

-- 
+-------------------------------+----------------------------------+

| Dyrson Rodrigues Alves Junior | Casa de Software |
| Analista de Sistemas | Oracle Approved Education Center |
| mailto:dyrson_at_casasoft.com.br | http://www.casasoft.com.br |
+-------------------------------+----------------------------------+
Received on Tue Apr 27 1999 - 18:32:54 CEST

Original text of this message