| Bug #35985 | can't use a temporary table twice in a union | ||
|---|---|---|---|
| Submitted: | 11 Apr 2008 8:02 | Modified: | 11 Apr 2008 10:42 |
| Reporter: | Alexander Kjäll | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
| Version: | 5.0.38 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | SELECT, temporary table, UNION | ||
[11 Apr 2008 8:02]
Alexander Kjäll
[11 Apr 2008 10:42]
MySQL Verification Team
Thank you for the bug report. This a documented limitation, please read: http://dev.mysql.com/doc/refman/5.0/en/temporary-table-problems.html "You cannot refer to a TEMPORARY table more than once in the same query. For example, the following does not work:"
