MySQL Forums
Forum List  »  InnoDB

Re: How do I retrieve items that have changed their value type?
Posted by: Peter Brawley
Date: December 11, 2019 11:58AM

Add a `work` column, copy the present column there, change its type and values as desired, when all's dpne and debugged, rename the old column `old`` and the new column to the old column's name, regression-test, delete `old`.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How do I retrieve items that have changed their value type?
345
December 11, 2019 11:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.