Mysql條件判斷語法

select orderid AS 訂單編號, case type when 11 then '退貨' when 12 then '換貨' else '非退換貨' end as 類型,finalAmount AS 金額 from table 注意:else   end 不能少,不然語法錯誤,與sqlserver不一樣。 sql
相關文章
相關標籤/搜索