| Bug #18341 | UPPER does not work | ||
|---|---|---|---|
| Submitted: | 19 Mar 2006 3:59 | Modified: | 19 Mar 2006 18:35 |
| Reporter: | Aurel Pekarcik | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Server | Severity: | S2 (Serious) |
| Version: | 5.0.19 | OS: | Windows (Windows XP) |
| Assigned to: | CPU Architecture: | Any | |
[19 Mar 2006 18:35]
MySQL Verification Team
Thank you for the bug report. Duplicate of bug: http://bugs.mysql.com/bug.php?id=14368

Description: UPPER does not work with many string functions. UPPER does not work with stored string functions too. How to repeat: Try SELECT Upper(DayName("2006-12-12")), Upper(MonthName("2006-12-12")), DATE_FORMAT("2006-12-12","%D %M %a %W" ) Suggested fix: :-))) Upper is very clear and simple function, I think...