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\" c
LOWER()
update table set tag = LOWER(tag)