差分

移動先: 案内検索

Tep3-onk-2

456 バイト追加, 2022年9月17日 (土) 17:43
旧テーブルの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を有効にする ==

案内メニュー