摘要:
Declare @RandAry As Table( RandomInt Int)Declare @Count As IntDeclare @RandLoop AS Int = 0Declare @RandTotal As Int = 10Declare @RandNumber AS IntSelect @Count = Count(*) From dbo._cache_vLocationLookup(NOLOCK)While @RandLoop < @RandTotal Begin Set @RandNumber = Ceiling(Rand()*@Count) Insert Into 阅读全文
posted @ 2012-05-25 22:29
Allen Xu
阅读(112)
评论(0)
推荐(0)
浙公网安备 33010602011771号