最佳答案
                                        
                                                                        
                                Lets say I have something like this
uid    tag
1      HeLLo
2      heLLO
3      HELLO
4      hello
How can I update all values in the "tag" column to:
uid    tag
1      hello
2      hello
3      hello
4      hello
using MySQL?