hi sir
i have table hh .it has two columns
one is hhno is integer datatype another hhdoc is xml data type like
hh table
hhno hhdoc
------------
---------------------------------------------------------------------------------
100
<suresh>sfjfjfj fjf</suresh>........ ............... .............
101
<ramesh>hhfhfhf </ramesh>........ ............... ...........
how to convert the xml data format into the general data format pls
help me with examples
i have table hh .it has two columns
one is hhno is integer datatype another hhdoc is xml data type like
hh table
hhno hhdoc
------------
---------------------------------------------------------------------------------
100
<suresh>sfjfjfj fjf</suresh>........ ............... .............
101
<ramesh>hhfhfhf </ramesh>........ ............... ...........
how to convert the xml data format into the general data format pls
help me with examples
Comment