Hello everyone,
I was wondering if there was a way to update all rows in a database. I explain myself : I have a database with different columns, and one of the columns is for “temporary bonuses”. These bonuses must be set back to 0 everyday : how can I do that ?
For example, if I have a database like this :
Stat : Bonus :
Strength 4
Intelligence 3
Agility 6
Spirit 9
How can I set all rows to 0 ? Of course, I have more than 4 stats, so I have to find something effective…
Thanks by advance