摘要: 转载 :https://www.cnblogs.com/DONET-LC/p/14510440.html --多行数据分组后合并某个字段 declare @tabs table(tId int,name nvarchar(10)) insert @tabs values (1,'linda'), ( 阅读全文
posted @ 2022-03-09 10:37 人生为卒 阅读(614) 评论(0) 推荐(0)