How to run multiple where conditions?

前端 未结 0 888
我在风中等你
我在风中等你 2021-02-10 06:06

My query resembles this


select distinct b.year,
       (case when b.year = 2020 then 0 else beginning.amt end) Beginning ,
       (case when b.year >= 2020 th         


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