2015-08-12 【SQL】MySQLのテーブルで特定のフィールドの文字を大文字に変更する MySQL スポンサードリンク 前やったような。。。? mysql> update hogehoge_table set lower_string = UPPER(lower_string);