Bug #107264 execute sql have different show with different order about *
Submitted: 11 May 2022 14:49 Modified: 23 Sep 2022 9:53
Reporter: yocan liu Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Parser Severity:S3 (Non-critical)
Version:any, 5.7, 8.0 OS:Any
Assigned to: CPU Architecture:Any

[11 May 2022 14:49] yocan liu
Description:
when execute “select id,* from table_name ” ->error
and "select *,id from table_name" -> can run well

How to repeat:
when execute “select id,* from table_name ” ->error
and "select *,id from table_name" -> can run well
[11 May 2022 15:32] MySQL Verification Team
Hello yocan liu,

Thank you for the report.

regards,
Umesh
[22 Sep 2022 15:13] Christine Cole
Posted by developer:
 
Documentation fix added; the update will appear with the MySQL 8.0.31 documentation release.
[22 Sep 2022 15:15] Christine Cole
Posted by developer:
 
and also in the MySQL 5.7 release.
[23 Sep 2022 9:53] yocan liu
tks,if the release is done ,can you share with me the documentation link?