Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to cycle through the addition and subtraction of the current row data and the previous row data in sql

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to cycle through the addition and subtraction of the current row of data and the previous row of data in sql", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to cycle through the addition and subtraction of the current row of data and the previous row of data in sql.

In the following example, it is relatively simple to use the cursor to cycle through the data in the table # temptable, and then add the argument1 in the current row and the previous row to the argument2 in the current row.

-drop table # temptablecreate table # temptable (argument1 int, argument2 int, argument3 datetime) declare @ rowcount int,@argument1 int,@argument2 nvarchar (50), @ argument3 datetimeset @ rowcount=1set @ argument1=1set @ argument2=0set @ argument3=GETDATE () while (@ rowcount

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report