Bug #85436 | counter-intuition behavior when dealing with alias | ||
---|---|---|---|
Submitted: | 14 Mar 2017 9:15 | Modified: | 16 Mar 2017 11:48 |
Reporter: | 帅 Bang | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[14 Mar 2017 9:15]
帅 Bang
[16 Mar 2017 11:48]
MySQL Verification Team
Hello Bang! Thank you for the report. Imho this is an expected behavior because list of table names and aliases for select of each nested level must be unique and each alias resolvable with single nested query there is no problem, nested select sees one table, outer select sees one table/alias. You may observe this with other RDBMS. Thanks, Umesh