show index from tablename


create table AAA as select * from BBB

insert into AAA
select * from BBB

相关文章: