Bug #30650 | DUAL and ORDER BY seemingly incompatible | ||
---|---|---|---|
Submitted: | 27 Aug 2007 18:53 | Modified: | 12 Nov 2007 13:58 |
Reporter: | Jess Balint | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.1.19, 4.1, 5.0., 5.1, 5.2 BK | OS: | Linux |
Assigned to: | Alexander Nozdrin | CPU Architecture: | Any |
[27 Aug 2007 18:53]
Jess Balint
[27 Aug 2007 19:32]
Sveta Smirnova
Thank you for the report. Verified as described.
[29 Oct 2007 12:48]
Timour Katchaounov
P2 as wrong error.
[12 Nov 2007 13:58]
Alexander Nozdrin
The MySQL Reference Manual says: (http://dev.mysql.com/doc/refman/5.1/en/select.html) <quote> DUAL is purely for the convenience of people who require that all SELECT statements should have FROM and possibly other clauses. </quote> "Possibly" means "maybe". There is no promise that any particular clause will work, other than FROM.