Bug #18786 | order by field does not work if there is a space | ||
---|---|---|---|
Submitted: | 5 Apr 2006 1:02 | Modified: | 5 Apr 2006 1:06 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S5 (Performance) |
Version: | 3 | OS: | Windows (windows) |
Assigned to: | CPU Architecture: | Any |
[5 Apr 2006 1:02]
[ name withheld ]
[5 Apr 2006 1:06]
Jim Winstead
The requirement for no space after a function name is documented at http://dev.mysql.com/doc/refman/5.0/en/functions.html You can use the IGNORE_SPACE SQL mode in MySQL 5.0 or later to lift this limitation.