怎么把一个表的数据全部copy到另一张表(字段完全一样的)怎么把一个表的数据全部copy到另一张表(字段完全一样的) [解决办法]唉 有了就drop table a 然后再用 select * into a from a$