标题:这个行列转换怎么搞啊,大神们
取消只看楼主
新人上路王
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2022-9-16
 问题点数:0 回复次数:0 
这个行列转换怎么搞啊,大神们
create table  ta(yearid varchar2(10),cnt_l number,cnt_2 number);
insert into ta values('2000年',1000,500);
insert into ta values('2001年',700,null);
insert into ta values('2002年',null,1200);
insert into ta values('2003年',null,null);
select * from ta
年份 月份 销量
2000  1   1000
2000  2    500
2001  1    700
2002  2   1200
上面是建表,下面是转换后得
搜索更多相关主题的帖子: null values insert into 转换 
2022-09-16 21:06



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-510063-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.087020 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved