We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://javaguide.cn/high-performance/deep-pagination-optimization.html#%E5%BB%B6%E8%BF%9F%E5%85%B3%E8%81%94
“INNER JOIN”中已经限制了10条数据,关联出来的数据也应该是10条,所以我觉得第四行的“LIMIT 10”是冗余的语句。不过加上它倒也不会出错。
The text was updated successfully, but these errors were encountered:
页面 https://javaguide.cn/high-performance/deep-pagination-optimization.html#%E5%BB%B6%E8%BF%9F%E5%85%B3%E8%81%94 截图 “INNER JOIN”中已经限制了10条数据,关联出来的数据也应该是10条,所以我觉得第四行的“LIMIT 10”是冗余的语句。不过加上它倒也不会出错。
确实,我都没注意。
Sorry, something went wrong.
No branches or pull requests
页面
https://javaguide.cn/high-performance/deep-pagination-optimization.html#%E5%BB%B6%E8%BF%9F%E5%85%B3%E8%81%94
截图
“INNER JOIN”中已经限制了10条数据,关联出来的数据也应该是10条,所以我觉得第四行的“LIMIT 10”是冗余的语句。不过加上它倒也不会出错。
The text was updated successfully, but these errors were encountered: