I am having column of datatype xml in my database.
sample value shown below.
<Responses>
<Response>
<task></task>
</Response>
<Response>
<task></task>
</Response>
<Response>
<task></task>
</Response>
</Responses>
So from the above xml I need to extract each node and need to save it as different row in another table. From the above example there will be 3 rows.