学習記録をメモしていきます。(SQLは主にMySQL、SQLite)
sqlite> select rowid from table_name;
sqlite> update table_name set id = rowid;