The type of column "DemandAdjustments" conflicts with the type of other columns specified in the UNPIVOT lis
Can you post the code you're using?
You shouldn't have problems, but if you do, you might want to CAST all your int columns into decimal(13,4). You might also have an int that won't fit into a decimal(13,4) (a value larger than 999,999,999).
比方sum(是decimal的字段) 之后sum 也要 cast( as decimal)

浙公网安备 33010602011771号