What update
would you use to change one value for another in a table.
A update
in table produtos
column cod_produto
.
I would like a query where in the table named produtos
all that contain in the column cod_produto
the value 000001
are changed in the same column cod_produto
to 000002
. >