`
一纸红颜岂值倾尽天下
  • 浏览: 28013 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

将纵表转换为横表

sql 
阅读更多

数据库中 将一张纵表转换为一张横表

数据库纵表数据



 转换后



 

转换代码

select cardid,
max(case t.projectcode when 'IA-002' then t.result  end) as ht,
max(case t.projectcode when 'IA-003' then t.result end) as wt,
max(case t.projectcode when 'IA-005' then t.result  end) as bmi,
max(case t.projectcode when 'IA-000' then t.result  end) as xl,
max(case t.projectcode when 'CG-005' then t.result end) as xybhd,
max(case t.projectcode when 'CD-002' then t.result  end) as kfxt,
max(case t.projectcode when 'CD-003' then t.result  end) as chxt,
max(case t.projectcode when 'IA-014' then t.result end) as xy,
max(case t.projectcode when 'JA-001' then t.result  end) as xd,datetime 
from projectresultinfo t group by t.cardid  order by datetime desc 

 

 

  • 大小: 545.4 KB
  • 大小: 655.7 KB
0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics