declare @i int
set @i = 1
while @i < 30
begin
insert into test (userid) values(@i)
set @i = @i + 1
end
declare @i int
set @i = 1
while @i < 30
begin
insert into test (userid) values(@i)
set @i = @i + 1
end
只有注冊用戶登錄后才能發(fā)表評論。 | ||
![]() |
||
網(wǎng)站導航:
博客園
IT新聞
Chat2DB
C++博客
博問
管理
|
||
相關文章:
|
||