1、对于已存在的表: insert into table_target(字段1,字段2....) select (字段1,字段2....) from table_source 2、对于尚未建立的表: select (字段1,字段2....) into table_target from table_source