sql 多行轉換爲一行

 

select 字段1, [val]=(
select 字段2 +',' from 表名 as b where b.字段1 = a.字段1  for xml path('')) from 表名 as a group by a.字段1xml

相關文章
相關標籤/搜索