select 姓名 as 姓名 ,
max(case 课程 when ‘语文‘ then 分数 else 0 end) 语文,
max(case 课程 when ‘数学‘ then 分数 else 0 end) 数学,
max(case 课程 when ‘物理‘ then 分数 else 0 end) 物理
from tb
group by 姓名
行列转换
Posted Cgrain
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了行列转换相关的知识,希望对你有一定的参考价值。
以上是关于行列转换的主要内容,如果未能解决你的问题,请参考以下文章