select (case Power when 'A' then '員工' when 'B' then '管理員' when 'C' then '系統管理員' end)as c0
FROM dbo.employee
sql select case
最新推荐文章于 2025-07-23 17:36:50 发布

select (case Power when 'A' then '員工' when 'B' then '管理員' when 'C' then '系統管理員' end)as c0
FROM dbo.employee