ago520 发表于 2013-1-13 18:30:01

DB2中xml字段中的属性查询

select XMLCAST(xmlquery('$c/Properties/Properties/@name' passing item_xml as "c") as varchar(400)) from t_test_item  
页: [1]
查看完整版本: DB2中xml字段中的属性查询