I have a table with the following fields: Nome(VARCHAR)
, Email(VARCHAR)
, Credito(INT)
I wanted to know how, or with what command, to decrease or increase the Credito
field.
I know you have to use UPDATE
but I've already tried several ways and I could not.