当前位置:网站首页>oracle数据库中列转行,列会有变化
oracle数据库中列转行,列会有变化
2022-08-11 07:06:00 【CSDN问答】
在oracle数据库中,查询出来的临时表如下
如何转换成下图
注意:分类是会增加的,也就是说在8月3日的时候,分类就多了“武侠”、“军事”等其他不确定的类型
源码如下:
INSERT INTO sheet1
(日期
, 分类
, 数量
) VALUES ('2022-08-01 ', '玄幻', '10');
INSERT INTO sheet1
(日期
, 分类
, 数量
) VALUES ('2022-08-01', '言情', '11');
INSERT INTO sheet1
(日期
, 分类
, 数量
) VALUES ('2022-08-01', '修真', '12');
INSERT INTO sheet1
(日期
, 分类
, 数量
) VALUES ('2022-08-02 ', '玄幻', '15');
INSERT INTO sheet1
(日期
, 分类
, 数量
) VALUES ('2022-08-02 ', '言情', '16');
INSERT INTO sheet1
(日期
, 分类
, 数量
) VALUES ('2022-08-02 ', '修真', '17');
INSERT INTO sheet1
(日期
, 分类
, 数量
) VALUES (NULL, NULL, NULL);
INSERT INTO sheet1
(日期
, 分类
, 数量
) VALUES (NULL, NULL, NULL);
边栏推荐
- 1003 I want to pass (20 points)
- 3.1-Classification-probabilistic generative model
- Production and optimization of Unity game leaderboards
- JUC并发编程
- 3GPP LTE/NR信道模型
- Redis source code-String: Redis String command, Redis String storage principle, three encoding types of Redis string, Redis String SDS source code analysis, Redis String application scenarios
- Pytorch模型转ONNX模型
- 1071 Small Gamble (15 points)
- 3.1-分类-概率生成模型
- 通过记账,了解当月收支情况
猜你喜欢
随机推荐
Tf中的平方,多次方,开方计算
Unity开发者必备的C#脚本技巧
TF中使用softmax函数;
Four operations in TF
What are the things that should be planned from the beginning when developing a project with Unity?How to avoid a huge pit in the later stage?
The most complete documentation on Excel's implementation of grouped summation
Evolution and New Choice of Streaming Structured Data Computing Language
无服务器+域名也能搭建个人博客?真的,而且很快
详述MIMIC 的ICU患者检测时间信息表(十六)
【LeetCode】Summary of linked list problems
js根据当天获取前几天的日期
C语言每日一练——Day02:求最小公倍数(3种方法)
TF generates (feature, label) set through feature and label, tf.data.Dataset.from_tensor_slices
oracle19c不支持实时同步参数,请教一下大佬们有什么好的解决办法吗?
Implementation of FIR filter based on FPGA (5) - FPGA code implementation of parallel structure FIR filter
【软件测试】(北京)字节跳动科技有限公司终面HR面试题
1071 小赌怡情 (15 分)
Dynamic Agent Learning
测试用例很难?有手就行
查找最新人员工资和上上次人员工资的变动情况