Province = 
            CASE 
                WHEN DCCity = '商丘' THEN '河南'
                WHEN DCCity <> '商丘' THEN '非河南'
            END, 

 

 case ISNeed 
                when '1' then '10' 
                when '0' then '20' 
  end as TotalFreight

 

相关文章:

  • 2021-08-31
  • 2021-12-04
  • 2022-12-23
  • 2021-07-09
  • 2021-10-25
  • 2022-12-23
猜你喜欢
  • 2022-01-11
  • 2022-12-23
  • 2022-03-10
相关资源
相似解决方案