I have the following table in a mysql database:
Iwouldlikeacommandtoruninphpmyadmin,addthecurrentvalueoftherating_sumcolumnto5,andrating_countto1,thus:
I want to add these values (5, 1) to all table rows, without any restrictions. I tried some things I found here in the OS, but they were examples to display the total value of a given column, and it's not what I need.
How could I do it?