Re: inserting single qutoes in string???

From: Michael Kustermann <MKUSTERM_at_worldnet.att.net>
Date: 1996/04/01
Message-ID: <4jnm80$9e0_at_mtinsc01-mgt.ops.worldnet.att.net>#1/1


Another way is to use the chr(#) function. I don't have Oracle running in order to test but you can do something like this
Select chr(#) from dual;
where # = ascii code for '

Hope this helps

Michael Kustermann Received on Mon Apr 01 1996 - 00:00:00 CEST

Original text of this message