You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: