2 lines
51 B
SQL
2 lines
51 B
SQL
update users set weight = 10.0 where weight = 0.0;
|
update users set weight = 10.0 where weight = 0.0;
|