我有一个 xml 数据类型的列,如下所示:
<Test ID="rs232lon">
<Param Name="corel" Value="0.00000" />
<Param Name="co2rel" Value="10.8000" />
<Param Name="hcrel" Value="111.000" />
<Param Name="o2rel" Value="0.95000" />
</Test>
我怎么能得到这样的 TSQL 的结果:
corel co2rel hcrel o2rel
------------------------------------------
0.00000 10.8000 111.000 0.95000