MSSQL分頁BUG問題

2022-12-09 23:50:20 字數 837 閱讀 7237

1樓:匿名使用者

沒碰到過你說這種錯誤。重新給你一段儲存過程你試試create proc sec_all_page(@sum int,/*每頁顯示數*/

@ziduan nvarchar(200),/*要搜尋的欄位*/@page int,/*當前頁*/

@tablet nvarchar(50),/*要搜尋的表*/@wheret nvarchar(1000),/*條件語句*/@ordert nvarchar(50)/*排序方式*/)asdeclare @sqlstr nvarchar(2000)declare @nowpage int

set @nowpage=@page*@sumset @sqlstr='select top '+cast(@sum as varchar(20))+' '+@ziduan+' from '+@tablet+' where id not in

(select top '+cast(@nowpage as varchar(20))+' id from '+@tablet+' where '+@wheret+' '+@ordert+') and '+

@wheret+' '+@ordert

exec(@sqlstr)go

2樓:匿名使用者

mysql是用 limit分頁的,所以呢 這不是bug,是你寫錯sql了

3樓:

select top 10 * from testtable where (id not in (select top 50 id,xingm from testtable order by xingm desc))

這麼寫,看看有沒有問題

mysql分頁問題,mysql分頁查詢問題

因為card表總共有11條記錄,count 出來就是11了count是針對符合where條件的記錄進行的,是不考慮limit的如果想計算select from table where.limit 0,10返回多少條記錄,需要這樣寫 select count from select from tabl...

關於魔獸世界BUG太陽井小怪的問題

我用的這個巨集,100 成功率,樓主可以拿來試試,希望你也一樣100 成功。先手動誤導寶寶或mt 然後選中目標怪物,使用如下的巨集 cast 毒蛇釘刺。stopattack cast 假死。失敗原因基本就是這三個 1,不是最遠距離開怪。所謂的最遠距離不管你加沒加鷹眼都是一樣的,最遠,就是你的技能剛剛...

魔獸世界SW老3BUG問題,魔獸世界SW老3BUG問題

bug還在!首先三角站位,距離不要過遠,保證一個人能引到boss的時候,其他兩個人也能打到。然後,其中一個人用一個低仇恨技能開boss,boss被吸引了,會往下飛,注意在下降的過程中,boss會在半空停留大約1秒 就是基本保持一個高度,大約持續一秒左右,然後繼續降落 這時候其他兩個人用仇恨高 傷害高...