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.
約 1M レコードのデータベース テーブルがあります。このテーブルで重複する名前をすべて見つけて、それらを一意にする必要があります。
1 A 2 A 3 B 4 C 5 C に変更する必要があります...
1 A 2 A-1 3 B 4 C 5 C-1 mysql クエリまたはプロシージャでこれを行う効果的な方法はありますか?
前もって感謝します!