MySQL if else相关函数

MySQL查询结果使用if else

SELECT IF(sex=1,'男','女') FROM doctor

mybatis类似if else 的查询方式

select * from p
where 1 = 1

      
        cityId = 1
      
      
        cityId = 0
      

 

你可能感兴趣的:(mysql)