sql中把查询结果从竖列转为横向

我自己写了一个,但是结果发生错行了,求指点select名称,(casewhen目标='财务'then完成日期end)as财务,(casewhen目标='技术'then完成... 我自己写了一个,但是结果发生错行了,求指点 select 名称, (case when 目标='财务' then 完成日期 end) as 财务,(case when 目标='技术' then 完成日期 end) as 技术,(case when 目标='设计' then 完成日期 end) as 设计,(case when 目标='行政' then 完成日期 end) as 行政from table1 left join table2 on table2.yb=table1.id 展开
 我来答
雨中花雨落
2017-03-07 · 超过102用户采纳过TA的回答
知道小有建树答主
回答量:352
采纳率:70%
帮助的人:131万
展开全部
select a as A,max(case when b='a' then c end) as a,max(case when b='b' then c end) as b,max(case when b='c' then c end) as c,max(case when b='d' then c end) as d from a
追问
给的这是什么鬼
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式