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
mysql> select id from t1 group by k with rollup ;
ERROR 1105 (HY000): unknown error: get plan error, db: dba_shard_test, sql: select id from t1 group by k with rollup, err: parse sql error, sql: select id from t1 group by k with rollup, err: line 1 column 43 near "with rollup"
The text was updated successfully, but these errors were encountered:
mysql> select id from t1 group by k with rollup ;
ERROR 1105 (HY000): unknown error: get plan error, db: dba_shard_test, sql: select id from t1 group by k with rollup, err: parse sql error, sql: select id from t1 group by k with rollup, err: line 1 column 43 near "with rollup"
The text was updated successfully, but these errors were encountered: