3
I have a table with the following fields: Nome(VARCHAR)
, Email(VARCHAR)
, Credito(INT)
I wanted to know how, or with what command, I do to decrease or enlarge the field Credito
.
I know you have to use the UPDATE
but I’ve tried several ways and I haven’t been able to.
If you want a more focused response, put what database you’re using, what PHP technology you’re using to access it, and if possible how you’re trying to do the
update
same as wrong. Try to put a code of what you tried. Then it is easier to indicate where you are missing.– Maniero