Alexのぶろぐ

programming/scala/play!/php/javascript/three.js/unity/xcode5/rails/rubymine メモ用です

2014-06-01から1ヶ月間の記事一覧

mysqlで on duplicate key update を使うときの注意

mysql で on duplicate key update を使うときはユニークなキーにする値をカラムのオプションでuniqueに設定しないとだめ ユニークな値として指定しているカラムがない場合には alter table テーブル名 change カラム名 カラム名 カラム情報 unique; とやら…