Hello! In my users table I have a downloads
field.
I would like that when the user enters the page I add +1 in that user field.
What is the best way to do this? Do I really need to do 2 querys? get the current value and then add another one, or is there a way to simply add a value to that existing value?