4/24/2007

duplicate a table in mysql

create table tmp select * from test.bugs;
insert into tmp select * from test.bugs;

No comments: