Assuming both tables have the same fields:

insert into table
  select * from another_table;