当前位置:网站首页>SqlServer行转列PIVOT
SqlServer行转列PIVOT
2022-07-03 02:39:00 【鏗木鏘林】
现有原始数据表:SELECT * FROM FIX_0528_ADD

需要将FMONTH字段行转成列,汇总FADD数量:
SELECT FNAME,[2022-01],[2022-02],[2022-03],[2022-04]
FROM FIX_0528_ADD
PIVOT(SUM(FADD) FOR FMONTH IN ([2022-01],[2022-02],[2022-03],[2022-04])) T执行后结果:

边栏推荐
- Tongda OA homepage portal workbench
- Xiaodi notes
- GBase 8c系统表-pg_conversion
- SQL Server Query spécifie la structure de la table
- 【翻译】Flux安全。通过模糊处理获得更多信心
- Gbase 8C system table PG_ cast
- Codeforces Round #418 (Div. 2) D. An overnight dance in discotheque
- 4. Classes and objects
- JS的装箱和拆箱
- Gbase 8C system table PG_ amproc
猜你喜欢

Principle and application of database

where 1=1 是什么意思

UDP receive queue and multiple initialization test

Build a private cloud disk cloudrev

SPI mechanism

面试项目技术栈总结

awk从入门到入土(0)awk概述
![[shutter] bottom navigation bar page frame (bottomnavigationbar bottom navigation bar | pageview sliding page | bottom navigation and sliding page associated operation)](/img/6e/67bc187a89fb9125856c78c89f7bfb.gif)
[shutter] bottom navigation bar page frame (bottomnavigationbar bottom navigation bar | pageview sliding page | bottom navigation and sliding page associated operation)

"Analysis of 43 cases of MATLAB neural network": Chapter 43 efficient programming skills of neural network -- Discussion Based on the characteristics of the new version of MATLAB r2012b

Random shuffle note
随机推荐
How to change the panet layer in yolov5 to bifpn
Add MDF database file to SQL Server database, and the error is reported
Why choose a frame? What frame to choose
Detailed analysis of micro service component sentinel (hystrix)
Restcloud ETL cross database data aggregation operation
GBase 8c系统表-pg_auth_members
基于can总线的A2L文件解析(2)
Xiaodi notes
GBase 8c系统表-pg_attribute
线程安全的单例模式
[Hcia]No.15 Vlan间通信
基于线程池的生产者消费者模型(含阻塞队列)
Basic operation of binary tree (C language version)
Mathematical statistics -- Sampling and sampling distribution
sql server 查詢指定錶的錶結構
简单理解svg
GBase 8c系统表pg_database
[advanced ROS] Lesson 6 recording and playback in ROS (rosbag)
awk从入门到入土(1)awk初次会面
Awk from getting started to getting into the ground (3) the built-in functions printf and print of awk realize formatted printing