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
由于子查询中的orderby和groupby无法在结果归并模块中归并,因为归并数据并未下推到jdbc端。因此,包含子查询的orderby和groupby将不进行排序和分组归并。 此修改适用于以下场景
SELECT COUNT(1) FROM (SELECT * FROM t_order ORDER BY order_id desc) t
The text was updated successfully, but these errors were encountered:
fixed #310
df6eeb2
fixed at 1.5.1
Sorry, something went wrong.
fixed test case for #310
109c8b7
No branches or pull requests
由于子查询中的orderby和groupby无法在结果归并模块中归并,因为归并数据并未下推到jdbc端。因此,包含子查询的orderby和groupby将不进行排序和分组归并。
此修改适用于以下场景
The text was updated successfully, but these errors were encountered: