当前位置:网站首页>sql server如何得到本条记录与上一条记录的差异,即变动值
sql server如何得到本条记录与上一条记录的差异,即变动值
2022-08-04 05:14:00 【CSDN问答】
工具:sql server 2008 r2
如何得到本条记录与上一条记录的差异,即变动值,如图表table:
流水号 姓名 日期 持股数
1001 张三 2022/3/31 10000
1001 张三 2022/1/10 15000
1001 张三 2021/12/31 20000
1001 张三 2021/9/30 10000
1001 张三 2021/9/29 8000
1001 张三 2021/6/30 10000
1001 张三 2021/3/31 15000
1001 张三 2020/12/31 20000
希望得到如下结果:
流水号 姓名 日期 持股数 变动
1001 张三 2022/3/31 10000 -5000
1001 张三 2022/1/10 15000 -5000
1001 张三 2021/12/31 20000 10000
1001 张三 2021/9/30 10000 2000
1001 张三 2021/9/29 8000 -2000
1001 张三 2021/6/30 10000 -5000
1001 张三 2021/3/31 15000 -5000
1001 张三 2020/12/31 20000 0
谢谢!
边栏推荐
- OpenGL绘制一个圆锥
- 数的划分之动态规划
- DataTable uses Linq for grouping and summarization, and converts the Linq result set into DataTable
- Use Patroni callback script to bind VIP pit
- QT 如何识别文件的编码格式
- 商城App开发都有哪些功能呢
- 获取单选框选中内容
- C专家编程 第4章 令人震惊的事实:数组和指针并不相同 4.5 数组和指针的其他区别
- C专家编程 第4章 令人震惊的事实:数组和指针并不相同 4.2 我的代码为什么无法运行
- static在不同位置定义变量居然还有不同的含义?
猜你喜欢
leetcode 12. 整数转罗马数字
3面头条,花7天整理了面试题和学习笔记,已正式入职半个月
How to simplify the automation of modern e-procurement?
TL431的基本特性以及振荡电路
el-Select selector bottom fixed
Explain detailed explanation and practice
使用Loadrunner进行性能测试
【云原生--Kubernetes】Pod资源管理与探针检测
Mini program + e-commerce, fun new retail
See how DevExpress enriches chart styles and how it empowers fund companies to innovate their business
随机推荐
【21天学习挑战赛】直接插入排序
C Expert Programming Chapter 4 The Shocking Fact: Arrays and pointers are not the same 4.1 Arrays are not pointers
JVM笔记
System design. How to design a spike system (full version transfer)
C专家编程 第5章 对链接的思考 5.3 函数库链接的5个特殊秘密
【21天学习挑战赛】图像的旋转问题(二维数组)
Resolved error: npm WARN config global `--global`, `--local` are deprecated
【流程图】
C Expert Programming Chapter 5 Thinking about Linking 5.3 5 Special Secrets of Library Linking
Towards Real-Time Multi-Object Tracking(JDE)
leetcode 12. 整数转罗马数字
mysql index notes
px、em、rem的区别
What are the steps for how to develop a mall system APP?
7-3 LVS+Keepalived Cluster Description and Deployment
How to view sql execution plan offline collection
C专家编程 第5章 对链接的思考 5.4 警惕Interpositioning
Uni-app 小程序 App 的广告变现之路:全屏视频广告
idea设置识别.sql文件类型以及其他文件类型
C Expert Programming Chapter 5 Thinking about Linking 5.2 Advantages of Dynamic Linking