复制代码 代码如下:
declare @currentrecord int,@beginnum int, @endnum int, @totalcount int,@value int
set @beginnum=0
set @endnum=500
set @totalcount=80
set @currentrecord=1
while @currentrecord<=@totalcount
begin
set @value= @beginnum+(@endnum – @beginnum)*rand()
update [tablename] set [columnname] = @value where [idcolumnname] = @currentrecord
set @currentrecord=@currentrecord+1
end
为数据库生成某个字段充填随机数的存储过程
•
生活家
赞 (0)
冬季使用天然气注意事项
上一篇
2022年3月21日
招财貔貅是什么意思,貔貅的寓意是什么?
下一篇
2022年3月21日