Could someone tell me if there is any way to
make a whole column become uppercase or lowercase only
with a single mysql function???
I've bees searching for a long...long..time, but
I can't find it. It doesn't exist perhaps.
I've tried your idea, but it didn't work.
I've forgotten to say that I want all the data of the column to become uppercase, but not the name of the column only.
But I am sure you understood well....
I think what Tim1 meant was to use the command like:
"select upper(column_name) from table"
You could then try;
"update table replace column_name with upper(column_name)"
I'd like to know if there is a function like proper(), like in foxpro?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.