[MDEV-27395] Named windows do not work with MEDIAN() window function. Created: 2021-12-31 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | 10.6.5, 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Oliver Jones | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu |
||
| Issue Links: |
|
||||||||||||
| Description |
|
It's not possible to use a named WINDOW with the MEDIAN() window function. This does not work, but should. It gets 1064 near 'types AS med
This does work:
|
| Comments |
| Comment by Alice Sherepa [ 2022-01-03 ] |
|
Thanks for the report! |
| Comment by Oliver Jones [ 2022-01-04 ] |
|
You're welcome. Thanks for the great RDBMS! |