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
Please answer these questions before submitting your issue. Thanks!
Load group_concat.sql in group_concat.sql.zip, then execute
group_concat.sql
select group_concat(a) from t;
mysql 8.0
mysql> select group_concat(a) from t; +-----------------+ | group_concat(a) | +-----------------+ | 1,1,1,2,2,2 | +-----------------+ 1 row in set (0.00 sec)
mysql> select group_concat(a) from t; +-----------------+ | group_concat(a) | +-----------------+ | 2,2,2,1,1,1 | +-----------------+ 1 row in set (0.00 sec)
mysql> select tidb_version(); +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | tidb_version() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Release Version: v4.0.5 Edition: Community Git Commit Hash: 9c1c21270001a0084dcb5d842c50e1fbea5d1fa8 Git Branch: heads/v4.0.5 UTC Build Time: 2020-08-31 10:07:42 GoVersion: go1.13.4 Race Enabled: false TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306 Check Table Before Drop: false | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec)
The text was updated successfully, but these errors were encountered:
/info
Sorry, something went wrong.
This is not a correct issue.
group_concat
order by
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Load
group_concat.sql
in group_concat.sql.zip, then execute2. What did you expect to see? (Required)
mysql 8.0
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: