select extractValue(t.datacol,'geoglobe:ResourceType/geoglobe:name','xmlns:geoglobe="http://www.geostar.com.cn/geoglobe"') from csw_rt_3$ t  该语句是获得节点的值。

select extract(t.datacol,'geoglobe:ResourceType/geoglobe:name','xmlns:geoglobe="http://www.geostar.com.cn/geoglobe"') from csw_rt_3$ t  该语句是抽取制定命名空间下的xml(使用xpath技术进行选取)

转载请注明:http://www.cnblogs.com/likehua/archive/2011/08/08/2131130.html

相关文章:

  • 2021-11-21
  • 2022-01-07
  • 2021-08-02
  • 2021-11-28
  • 2021-12-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2021-04-12
  • 2021-06-06
相关资源
相似解决方案