Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> how to store as a varchar2 a string containing single quotes
Hope that helps
Gerd Kock
-----Ursprüngliche Nachricht-----
Von: dmscott_at_flash.net (DMScott) [mailto:dmscott_at_flash.net]
Bereitgestellt: Mittwoch, 12. September 2001 03:09
Bereitgestellt in: server
Unterhaltung: how to store as a varchar2 a string containing single
quotes
Betreff: how to store as a varchar2 a string containing single quotes
I am very interested to store in a database the following kind of string data, which correctly resembles part of an SQL command:
decode( handled_status, 'F', 0, 'U', 1, 'S', 2, 3 )
The string would be stored in a regular Oracle table as varchar2.
Help! I'm really out of ideas, and if I can't do this without going against #1 or #2 (or both), then say so! But I need something here! Received on Wed Sep 12 2001 - 01:08:12 CDT
![]() |
![]() |