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
Try this:
update `table` set `column_name` = LOWER(column_name without quotation)