select type,numbers,case monthst
when 1 then '一月'
when 2 then '二月'
when 3 then '三月'
else '其他月'
end monthst from capacity;
2023-10-19 15:59:10
select type,numbers,case monthst
when 1 then '一月'
when 2 then '二月'
when 3 then '三月'
else '其他月'
end monthst from capacity;
下一篇:Javascript之拖拽库