码迷,mamicode.com
首页 > 其他好文 > 详细

case when then 根据不同条件 查询不同的数据 相当于 if-else if-else

时间:2017-07-27 16:01:42      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:when   span   查询   case   阶段   数据   不同的   根据   else   

Case when a=xx then ‘xx’ when a=’zz’ then ‘zz’ else ‘cc’ end as 别名
相当于 if-else if-else
case when bid.bid_stage=1 then ‘招标阶段‘ when bid.bid_stage=2 then ‘中标阶段‘ else ‘‘ end as bid_stage

case when then 根据不同条件 查询不同的数据 相当于 if-else if-else

标签:when   span   查询   case   阶段   数据   不同的   根据   else   

原文地址:http://www.cnblogs.com/wcnwcn/p/7244812.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!