用的命令:
create table yiyao35_buy_temp as select * from yiyao35_buy group by title,username,introduce;
drop table yiyao35_buy;
alter table yiyao35_buy_temp rename yiyao35_buy;
create table yiyao35_buy_data_temp as select * from yiyao35_buy_data group by content;
drop table yiyao35_buy_data;
alter table yiyao35_buy_data_temp rename yiyao35_buy_data;