阅读背景:

中间有“洞”

来源:互联网 

Given the following table:

得到下表:

create table #Track (id int identity, vehicle int, station varchar(50), pieces int, distance int)
insert into #Track (vehicle, station, pieces, distance)
values 
(1, 'A', 10, 0), (1, 'B', 10, 50), (1, 'C', 11, 23), (1, 'D', 11, 40), (1, 'E', 10, 5)
create tab



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: