Bug #93155 | Unknown column 'id2' in window partition by | ||
---|---|---|---|
Submitted: | 11 Nov 2018 5:44 | Modified: | 28 Nov 2018 8:31 |
Reporter: | Jon Armstrong | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 8.0.12, 8.0.13 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[11 Nov 2018 5:44]
Jon Armstrong
[11 Nov 2018 5:50]
Jon Armstrong
I just noticed that if I add the table prefix (t.id2), the column is found. It's the unqualified column reference (which still should be valid) that is not recongized.
[12 Nov 2018 5:01]
MySQL Verification Team
Hello Jon, Thank you for the report and test case. regards, Umesh
[28 Nov 2018 8:31]
Erlend Dahl
Duplicate of Bug#90300 "unknown field in window order by " error even when field is found in table