Link to home
Start Free TrialLog in
Avatar of weinrj
weinrj

asked on

how do i Update all rows from lowercase to uppercase

Hi,

I had previouslly made a db with two columns, uid, and sname.  sname is currently all lowercase, but i need them now all uppercase. is there a way in mysql console to do this massive update easily?  

i *rather* not use a php strtoupper in the echo, but i guess i can make a loop that does the update for me?
ASKER CERTIFIED SOLUTION
Avatar of vanekl
vanekl

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of weinrj
weinrj

ASKER

Thanks!  I looked at google and found nothing, little did i expect it was that easy *blushes*