Data insertion with CTE

前端 未结 0 1492
半阙折子戏
半阙折子戏 2021-01-11 19:06

I want insert the following output data into another table

With CTE as (select Advertiser, sum(case when column_Of_Data = \'2019\' then Revenue else 0 end) as amount2

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