MySQL case when then else end 的用法

MySQL case when then else end 的用法

select case when user_code = '9001' then 'j' when user_code = '9002' then 'z' else 'h' end from app_users;

 

发表回复

您的电子邮箱地址不会被公开。