3,765
回編集
差分
→旧テーブルのclientsをclientsとotherに分ける
==== clientsテーブルにインサートする ====
===== 旧テーブルのclientsをclientsとotherに分ける 旧clientsテーブルをclientsとotherに分ける =====旧clientsテーブルのnusiをセレクトして新clientsテーブルにする新clientsテーブルは代表者名テーブルになる 旧clientsテーブルのnusiをセレクトして新clientsテーブルにインサートする nusiのie_idを新clientsテーブルのidにする その前にie_idの重複を修正する 重複確認 <nowiki>=# SELECT ie_id, COUNT(ie_id)FROM clients_oldwhere nusi = true GROUP BY ie_idHAVING COUNT(ie_id) > 1ORDER BY ie_id; ie_id | count -------+------- 2090 | 2 2129 | 2 2167 | 2 2174 | 2</nowiki> 桁数を変えて重複を解消する
== UUIDを有効にする ==