I have a xml like below as a CLOB in an oracle column
How can i get rid of the first and last quotes.
Thanks in Advance
"<?xml version = '1.0' encoding='utf-8'?>
<b></>"
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not clear what you are asking, what you are trying to accomplish, or whether your data example is realistic or not, but here is an untested guess at what might help you:
Or maybe it’s an XMLType with CLOB storage?