摘要:
declare @a int = 0,@b varchar(10) = '' CREATE TABLE #temp2 ( vcCode varchar(10), nStatus int ) while(@a < 10000) begin --随机数生成(不推荐) --set @b = right('000'+cast(ceiling(rand() * 10000) as varchar),4) s 阅读全文
posted @ 2019-08-28 11:49
ghelement
阅读(311)
评论(0)
推荐(0)
2019年8月28日