摘要: DECLARE @i INTSET @i=1 DECLARE @msg NVARCHAR(100),@nowdate DATETIME,@newdate DATETIME,@money DECIMAL(14,2)SET @nowdate=CONVERT(DATETIME,'2010-12-11')WHILE @i<=10000BEGIN SET @newdate=DATEADD(DAY,RO...
阅读全文
posted @ 2009-10-16 10:09 呼 阅读(12) 评论(0)
编辑