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
sql like this
SELECT * FROM ( select * from ods_test_table order by id ) x LIMIT 20, 10
when run this sql, the result is not sorted . and my usage is a data preview for a sql editor
version : 2.1.0
能否在sql执行的时候增加一个默认排序的功能,导致结果是有序的。 现在在分页的时候必须指定排序字段。 但是作为框架的开发者,对于这种嵌套sql的排序时,是无法识别出用户sql的排序字段的。 能否系统级实现这种默认的排序效果。
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Description
sql like this
when run this sql, the result is not sorted .
and my usage is a data preview for a sql editor
version : 2.1.0
能否在sql执行的时候增加一个默认排序的功能,导致结果是有序的。 现在在分页的时候必须指定排序字段。
但是作为框架的开发者,对于这种嵌套sql的排序时,是无法识别出用户sql的排序字段的。
能否系统级实现这种默认的排序效果。
Solution
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: