View Single Post
  #2 (permalink)  
Old 10-04-05, 03:44 PM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
The following syntax works fine for me:

Code:
SELECT UCASE(columnName) FROM `table_name`
Is that how you used it? Another option would be to convert string to upper case using the PHP built-in "strtoupper()" function. Here is more on that:

http://us3.php.net/strtoupper
__________________
Reply With Quote