Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように、MySQL でデータ型を INT から FLOAT に変更しようとしています。
ALTER TABLE user MODIFY rate float(5) NOT NULL
ただし、現在のデータは削除されます。SQL を使用して INT から FLOAT にデータを保存する方法はありますか?