Is it possible to exchange data between two cells in a mysql database?
It sure is.
UPDATE table SET table.column=table.othercolumn WHERE id = 'id'