2
I am running the following sql on my mysql:
UPDATE `cadastro` SET `pontos`= 'pontos + 1' WHERE id = 102;
I need it every time it is Update in the table register the field dots who’s kind int(11)
receive +1;
When I spin this sql
it does not return me error, however, the field pontos
is always at 1.
Perfect friend, thank you.
– Hugo Borges