-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
archery limit 分页查询失效 #2566
Comments
你的sql需要加order by排序。 |
sql 中是带order by 的,执行出来的结果是一样的 |
在SQL執行的結果跟archery一致不就代表正常沒問題? |
select * from table order by date desc limit 21,20 不生效, 应该展示的是第21条开始的后20条数据,但是返回的还是1-20条数据 |
重现步骤
select * from table limit 21,20 不生效 应该展示的是第21条开始的后20条数据,但是返回的还是1-20条数据
预期外的结果
select * from table limit 21,20 不生效 应该展示的是第21条开始的后20条数据,但是返回的还是1-20条数据
日志文本
No response
版本
v1.7.9
部署方式
K8S
是否还有其他可以辅助定位问题的信息?比如数据库版本等
No response
The text was updated successfully, but these errors were encountered: