Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ' in dynamic sql
Allan Martin doodled thusly:
>Hi,
>
>I have got a dynamic SQL statement which when build, the data which is going
>to be inserted into a table, may have the ' symbol in it. This means that
>when I'm executing my SQL statement, the string is ended by the rouge ' .
>Can anyone suggest anything?
>
Use the function REPLACE to make all the single quotes in the string double single quotes (as opposed to "rabbit's ears").
Cheers
Nuno Souto
nsouto_at_optushome.com.au.nospam
Received on Thu Dec 06 2001 - 09:01:32 CST
![]() |
![]() |