SQL2005新性能之TOP参数化

declare @topnum int
set @topnum=50
select top (@topnum) * from product

posted @ 2009-02-20 17:25  老齐编程  阅读(131)  评论(0编辑  收藏  举报