case when then end 用法

select type,numbers,case monthst
when 1 then '一月'
when 2 then '二月'
when 3 then '三月'
else '其他月'
end monthst from capacity;

上一篇:Servlet知识


下一篇:Javascript之拖拽库