次のような 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