drop table if exists my_summary_new, my_summary_old;
create table my_summary_new like my_summary;
rename table my_summary to my_summary_old,my_summary_new to my_summary;
drop table if exists my_summary_new, my_summary_old;
create table my_summary_new like my_summary;
rename table my_summary to my_summary_old,my_summary_new to my_summary;