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.
テーブルのインデックスを一意から非一意に変更したいと思います。
テーブルは現在空ではありません。更新を行う前に、すべての行をクリアする必要がありますか?
いいえ、すべての行をクリアする必要はありません。インデックスを削除して、一意の修飾子なしで作成するだけです。
create index my_non_unique_ix on my_table( my_col);