Quote:
|
Originally Posted by Rattlecage Demon
Need to convert lower case characters to uppercase characters with MySQL. Tried UCASE(columname) but returns error. Any suggestions??
|
probably you had a syntax error somewhere else in the query.. or maybe your MySQL version doesn't have this function?!
try using UPPER() instead