从xml数据列oracle sql中提取值

时间:2014-11-11 23:07:33

标签: sql xml oracle

从数据库中有一列包含xml数据,其格式如下:

       <old_template_code> something </old_template_code><old_template_name> new  
       code</old_template_name><new_template_code>BEVA24M</new_template_code>

如何从xml中提取值并为每个不同的xml值创建一列?例如,我想做类似的事情:

       select EXTRACTVALUE(table.column, table.column)

但后者对我不起作用。

0 个答案:

没有答案