loop in sql and increase one field each time

前端 未结 0 1594
余生分开走
余生分开走 2020-12-15 14:42

create table for store raw data:

CREATE TABLE [dbo].[raw_data](
[ID] [int] IDENTITY(1,1) NOT NULL,
[first_data] [int] NULL,
[next_counts] [nvarchar](max) NULL         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题