hello world!!!!!

写下自己的一些心得,写下自己问题的方式,写下程序之路的艰辛,希望能够有朝一日成为大牛。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年10月20日

摘要: declare @a int declare @b intdeclare @total int select @a =11375038 select @b =11395038 while @b< 164049168--164049168 begin select @a=@a+20000 select @b=@b+20000select @total=(select count(*) fr... 阅读全文

posted @ 2010-10-20 09:48 陈力 阅读(221) 评论(0) 推荐(0) 编辑