increase or decrease values
using the the db update, is there anyway to increase or decrease a number value without having to get it first from the database?
5 Replies
Hello, @hk! Try something like this:
yeah exactly what I tried and seems to work
@solo is it possible to make the + like this?
but it seems like sql operator is putting the value as the actual string
'+'
instead of just +
@hk ye, unfortunately, it doesn't work, but you can try this way:
yeah that make sense thanks!