Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How can i store and retrieve strings with ' (Single quote) ??
In article <34844EA3.6A9A_at_ford.com> Bharat Yarlagadda, byarlaga_at_ford.com writes:
>Is there an escape char. that i can use to escape a ' in strings while
>storing the data. If there is any other way one could store and retrieve
>a single quote (') in varchar2 data type columns.
SQL> select 'I can''t see a problem with this' from dual;
'ICAN''TSEEAPROBLEMWITHTHIS'
![]() |
![]() |