Need to Sum the Column instead of Group by the Column in PIVOT - Sql Server

后端 未结 0 409
难免孤独
难免孤独 2020-12-01 16:34

When I run the query

Select DateName(Month,Ord.LastDateModified)+\' - \'+Convert(Varchar(10),Year(Ord.LastDateModified)) Months,
\'Week \'+ Convert(Varchar(50         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题