码迷,mamicode.com
首页 > 数据库 > 详细

SQL编程

时间:2015-05-29 15:27:09      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

 

1、case…when…then的使用

select case brand_id when 1 then ‘三星‘ when 2 then ‘苹果‘ else ‘小米‘ end as brand_id from ecs_goods

 

SQL编程

标签:

原文地址:http://www.cnblogs.com/liwuming/p/4538285.html

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