p19359899 2017-03-29 07:17 采纳率: 60%
浏览 1371

sql 语句 竖表转横表再加连接查询(如下图),求sql 语句

sql 语句 竖表转横表再加连接查询(如下图),求sql 语句

图片说明

  • 写回答

2条回答

  • yongc20 2017-03-29 08:12
    关注

    select a.reportid,a.reportdate,a.person,a.remark,
    sum((case b.testitem when '项目1' then b.testvalue end)) "项目1",
    sum((case b.testitem when '项目2' then b.testvalue end)) "项目2",
    sum((case b.testitem when '项目3' then b.testvalue end)) "项目3",
    sum((case b.testitem when '项目4' then b.testvalue end)) "项目4",
    sum((case b.testitem when '项目5' then b.testvalue end)) "项目5",
    sum((case b.testitem when '项目6' then b.testvalue end)) "项目6",
    sum((case b.testitem when '项目7' then b.testvalue end)) "项目7"
    from table_a a
    left join table_b b
    on a.reportid=b.reportid
    group by a.reportid,a.reportdate,a.person,a.remark
    order by a.reportid

    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器