
一道SQL面试题,实在不知道怎么写了
1个回答
展开全部
select '上午' " ",
max(case when 星期 = '周一' then wm_concat(上午) else null end) 周一,
max(case when 星期 = '周二' then wm_concat(上午) else null end) 周二,
max(case when 星期 = '周三' then wm_concat(上午) else null end) 周三,
max(case when 星期 = '周四' then wm_concat(上午) else null end) 周四,
max(case when 星期 = '周五' then wm_concat(上午) else null end) 周五
from tab
union all
select '下午' " ",
max(case when 星期 = '周一' then wm_concat(下午) else null end) 周一,
max(case when 星期 = '周二' then wm_concat(下午) else null end) 周二,
max(case when 星期 = '周三' then wm_concat(下午) else null end) 周三,
max(case when 星期 = '周四' then wm_concat(下午) else null end) 周四,
max(case when 星期 = '周五' then wm_concat(下午) else null end) 周五
from tab
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询