![]() |
Smart Quotes and ascii characters
Hi!
I need to update a VARCHAR2 column in a database and replace all occurances of a particular ascii character with another ascii character. These are not visible in the text as it's stored in the column. What functions can I use to do this type of replacement? |
Re: Smart Quotes and ascii characters
Use the ASCII function. something like
Code: SQL
|
| All times are GMT +5.5. The time now is 09:16. |