[MDEV-18914] GROUP BY with ORDER BY Created: 2019-03-13 Updated: 2019-03-13 Resolved: 2019-03-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery |
| Affects Version/s: | 10.1.38 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Laszlo Holubetz | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MyISAM |
||
| Attachments: |
|
| Description |
|
sample data: test table SELECT * The result in: 10.1.37-MariaDB-cll-lve - MariaDB Server I tried with GROUP BY DESC but result is same, |
| Comments |
| Comment by Elena Stepanova [ 2019-03-13 ] |
|
https://dev.mysql.com/doc/refman/5.5/en/group-by-handling.html
Same applies to MariaDB. |