Bug #7360 | Subquery containing a union incorrectly gives error 1248 | ||
---|---|---|---|
Submitted: | 16 Dec 2004 20:29 | Modified: | 8 Feb 2005 13:15 |
Reporter: | Andy Crain | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.7 | OS: | Windows (WinXP) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[16 Dec 2004 20:29]
Andy Crain
[25 Jan 2005 4:20]
Sergey Petrunya
The provided test case is fixed by fix for BUG#2435. But still there exist valid queries with braces that produce parse errors.
[8 Feb 2005 13:15]
Sergey Petrunya
The problem is the same as in BUG#2435. Fix for BUG#2435 makes the query in this bug report to work. Still, MySQL doesn't have full support for brackets + UNIONs. The existing limitations will be documented.
[10 Nov 2005 13:43]
Philip Mather
I'm having a related problem, I'm attempting nested unions to produce unions of unions. Yeah, I know that's border line insanity but I appear to be stuck with selecting into a temp table? Regards, Philip Mather