I have a table that has many records and a column called posição
.
It only receives the value 0 for blocked and 1 for released.
Now with a precise change, invert these values, where this has to be 1 and where this 1 has to be 0.
How do I do this in update
of MySQL?