select dept,WorkId,[Name],FactTotal
from V_ReportJB order by WorkId desc compute sum(FactTotal) by WorkId
訊息 8117,層級 16,狀態 1,行 1
sum 運算子的運算元資料類型 nchar 無效。
请
------解决方案--------------------------------------------------------
你的 FactTotal 是什么类型啊 如果真是 nchar 肯定是不能汇总的
compute by 子句只能针对数字类型的