热点推荐:09年监理工程师、咨询工程师报名全场5折优惠
对不起,没有更多的标签用于筛选。
-
百万数据翻页就像100条数据一样! if @CurPage=0 begin --统计总记录数 select @allCount=count(ProductId) from Product_test set @pageSize=10 --返回第一页的数据 select top 10 ProductId, ProductName, Introduction from Product_test order by ProductId end else if @CurPage=-1 select * from (select top 10 ProductId, ProductName, Introduction...
第 1/1 页(共1 项)