how to COPY Attribute value in a new attribute

Posted by Mukesh on Stack Overflow See other posts from Stack Overflow or by Mukesh
Published on 2010-04-09T06:42:12Z Indexed on 2010/04/09 7:13 UTC
Read the original article Hit count: 547

Filed under:
|
|
|

How to copy data of attribute to new attribute in the same column in sql

original data

<root>
<child attr='hello'></child>
</root>

Result 1

<root>
<child attr='hello' attr2='hello'></child>
</root>

Result 2(with a modification)

<root>
<child attr='hello' attr2='**H**ello **W**orld'></child>
</root>

© Stack Overflow or respective owner

Related posts about sqlxml

Related posts about Xml