Thread
:
MySQL Convert lowercase to Uppercase
View Single Post
#
2
(
permalink
)
10-04-05, 03:44 PM
digioz
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
__________________
DigiOz Multimedia
|
My Blog
|
My Twitter
digioz
View Public Profile
Visit digioz's homepage!
Find all posts by digioz