部分内容为学习过程中从网上搜集保存备份,以防源网站关闭后无法检索。如有涉及版权请留言,看到后处理

更新汇总行

update table1 set column1 = table2.column1,column2 = table2.column2

from

(

select sum(column1),sum(column2) from table1 where 1 = 1

)as table2

where 2 = 2

 

posted @ 2019-12-04 15:30  Y档案Y  阅读(130)  评论(0编辑  收藏  举报