摘要: SQL SERVER 如何把1列多行数据 合并成一列显示,具体格式如下: 查询表:id title1 title12 title23 title3 select stuff((select ','+title from tb for xml path('')),1,1,'') 阅读全文
posted @ 2016-10-20 16:04 唔愛吃蘋果 阅读(2232) 评论(0) 推荐(0)