Updates on PIVOTs in SQL Server 2008

后端 未结 4 1978
误落风尘
误落风尘 2021-01-07 10:11

Is there a way to perform updates on a PIVOTed table in SQL Server 2008 where the changes propagate back to the source table, assuming there is no aggregation?

4条回答
  •  北海茫月
    2021-01-07 10:41

    I don't believe that it is possible, but if you post specifics about the actual problem that you're trying to solve someone might be able to give you some advice on a different approach to handling it.

提交回复
热议问题