CREATE PROCEDURE Ture_Page
@PageSize int, --每页的行数
@PageIndex int, --1 代表第一页
@Col varchar(200), --要显示的字段
@Table varchar(200), --所用到的表,复条的话就写from与where之间的内容
@Where varchar(200)= ' ', --所用到的条件
@OKey varchar(50), --排序字段
@Order varchar(20)= 'ASC ' --排序方式
as
declare @cmdstr varchar(2000)
set nocount on
set @cmdstr= 'select top '
set @cmdstr=@cmdstr+convert(nvarchar,@PageSize)
if @Order= 'DESC ' and @PageIndex> 1
set @cmdstr=@cmdstr+ ' '+@Col+ ' from '+@Table+ ' where '+@OKey+ ' < '
else if @PageIndex=1
set @cmdstr=@cmdstr+ ' '+@Col+ ' from '+@Table+ ' where '+@OKey+ '> = '
else
set @cmdstr=@cmdstr+ ' '+@Col+ ' from '+@Table+ ' where '+@OKey+ '> '
if @PageIndex> 1
begin
if @Order= 'ASC '
set @cmdstr=@cmdstr+ '(select max ( '+@OKey+ ') from (select top '
else
set @cmdstr=@cmdstr+ '(select min ( '+@OKey+ ') from (select top '
set @cmdstr=@cmdstr+convert(nvarchar,(@PageIndex-1)*@PageSize)
set @cmdstr=@cmdstr+ ' '+@OKey+ ' from '+@Table+ ' order by '+@OKey+ ' '+@Order+ ') as t) '
end
else
set @cmdstr=@cmdstr+ '0 '
if @Where <> ' '
set @cmdstr=(@cmdstr+ ' and '+@Where+ ' order by '+@OKey+ ' '+@Order)
else
set @cmdstr=(@cmdstr+ 'order by '+@OKey+ ' '+@Order)
print @cmdstr
exec(@cmdstr)
set nocount off
GO %>
迷你世界越南服 安卓版v1.7.15
迷你世界越南服是一款精美的3D沙盒游戏,拥有极高的创作自由度
糖饼外传内置菜单 安卓版v1.0.87
糖饼外传内置菜单是一款非常好玩的模拟经营类手游,玩家在游戏中
我的世界化学交换空岛整合包 最新版v1.0
我的世界化学交换空岛整合包是一款像素风格的沙盒生存游戏,游戏
创造厨房免广告版 v1.0.10
创造厨房无广告版是一款像素风模拟经营类手游,玩家们将在这里化
SimCity BuildIt无限金币版 安卓修改版v1.60.1.133743
SimCity BuildIt无限金币版是经过破解的版本,在