当前位置:StudyEZ>学易考试社区>所有标签>数据 数据库 (RSS)
热点推荐:09年监理工程师、咨询工程师报名全场5折优惠
对不起,没有更多的标签用于筛选。
  • 百万数据翻页就像100条数据一样!

    百万数据翻页就像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...
    发表在 数据库 (Forum) 作者 xiake 于 2007-08-15
第 1/1 页(共1 项)