删除 xml 文件中的第一个和最后一个字符 = 需要删除引号
我有一个如下所示的 xml 作为 Oracle 列中的 CLOB 我怎样才能摆脱第一个和最后一个引号。 提前致谢
"<?xml version = '1.0' encoding='utf-8'?>
<b></>"
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></>"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前尚不清楚您在问什么,您想要完成什么,或者您的数据示例是否真实,但这里有一个未经测试的猜测,可能会对您有所帮助:
或者它可能是带有 CLOB 存储的 XMLType?
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?