insert into table_a
selecet *
from table_a
where id = 'a'
(主键可以重复才行)