MySQL中的if和case語句使用總結

MySQL中的if和case語句使用總結 create table test( id int primary key auto_increment, name varchar(20), sex int ) insert into test(name,sex) values('小明',1),('小蘭',0),('小鄒',1),('小孟',0) select id ,name ,if(sex=1,
相關文章
相關標籤/搜索