Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.2
-
Fix Version/s: 10.2.4
-
Component/s: Optimizer - Window functions
-
Labels:None
Description
create table t1 (i int); |
select rank() over (order by 1) from t1; |
ERROR 4007 (HY000): Window function is not allowed in window specification |
The error is very confusing.
Attachments
Issue Links
- relates to
-
MDEV-9896 Testing for window functions
-
- Open
-