Bug #12940 | UCASE an LCASE in a WHERE query | ||
---|---|---|---|
Submitted: | 1 Sep 2005 23:19 | Modified: | 2 Sep 2005 3:35 |
Reporter: | Vryand Fireheart | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | OS: | ||
Assigned to: | CPU Architecture: | Any |
[1 Sep 2005 23:19]
Vryand Fireheart
[2 Sep 2005 3:35]
Jorge del Conde
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug. Support on using our products is available both free in our forums at http://forums.mysql.com and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/ Thank you for your interest in MySQL. Additional info: This might help you: mysql> select * from t1 where LCASE(code) = BINARY('nada');