testテーブルの中身をtest0123テーブルにコピーする CREATE TABLE test0123; INSERT INTO test0123 SELECT * FROM test; <スポンサーリンク>