Skip to content
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

Gaea分库分表环境下不兼容 order by max(clo) #208

Closed
ximenluffy opened this issue Mar 21, 2022 · 1 comment
Closed

Gaea分库分表环境下不兼容 order by max(clo) #208

ximenluffy opened this issue Mar 21, 2022 · 1 comment
Labels

Comments

@ximenluffy
Copy link

select col1 from t1 WHERE clo2 in ('xxx') and clo3 in (1) group by clo1 order by max(clo4) desc limit 0, 20; ERROR 1105 (HY000): unknown error: get plan error, db: db1, sql: select clo1 from t1 WHERE clo2 in ('xxx') and clo3 in (1) group by clo1 order by max(clo4) desc limit 0, 20, err: create select plan error: handle OrderBy error: get order by fields error: ByItem.Expr is not a ColumnNameExpr

@xiyangxixian
Copy link
Contributor

supported by 2.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants