文章詳情頁
SQL SERVER中直接循環(huán)寫入數(shù)據(jù)
瀏覽:5日期:2023-10-29 10:07:40
declare @i intset @i=1while @i<30begin insert into test (userid) values(@i) set @i=@i+1end
標(biāo)簽:
Sql Server
數(shù)據(jù)庫
排行榜
