Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.2.18
-
None
-
CentOS Linux release 7.5.1804 (Core)
Description
Table (mysqldump of bug_table2 attached) with two columns, "group_name" and "priority".
1. The command "select * from bug_table2 order by priority desc;" produces correct descending output.
2. The command "select * from bug_table2 order by priority,group_name desc;" produces incorrect ascending output.