Update query
Hi all,
My Mysql Version is 5.0,
I have XML in the table and i want to update a particular tag,
For Ex:
<order>
<product>
<Item>
Crop
</Item>
.
.
.
.
.
.
<Item>
doe
</Item>
<product>
<order>
Now I update the Item Tag value alone as same product and i need the output as,
<order>
<product>
<Item>
myproduct
</Item>
.
.
.
.
.
.
<Item>
myproduct
</Item>
<product>
<order>
As MYSQL Version does not supports XML functions and iam in need to do this immediately.
How can update like this?...Help me.
Thanks,
Murali.V
Subject
Written By
Posted
Update query
January 09, 2008 11:17PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.