运维网's Archiver
论坛
›
DB2
› DB2中xml字段中的属性查询
hb_sz
发表于 2016-11-17 06:31:13
DB2中xml字段中的属性查询
select XMLCAST(xmlquery('$c/Properties/Properties/@name' passing item_xml as "c") as varchar(400)) from t_test_item
页:
[1]
查看完整版本:
DB2中xml字段中的属性查询