数据库一列多行转一行多列

时间:2014-05-23 02:37:04   收藏:0   阅读:734

如题:

bubuko.com,布布扣



select
max(case when name=‘1‘ then [temp] else null end) as temp1
, max(case when name=‘2‘ then [temp] else null end) as temp2,
 max(case when name=‘3‘ then [temp] else null end) as temp3
from historyt group by time


bubuko.com,布布扣

数据库一列多行转一行多列,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!