insert into 表1(字段1,字段2,) select 字段1,字段2,
from 表2

解决方案 »

  1.   

    用batchmove 设置数据源和目的  batchmove1.executehehe !
      

  2.   


    为什么不用BachMove()函数,多方便!
      

  3.   

    不好意思,我用的是ADOQUERY,它没有BachMove()函数(在query中有)。那么我该怎么办呢?求救!!!!!!!
      

  4.   

    听说用SQL的APPEND方法可在一个表中一次追加很多个记录,不知怎样用求教。
      

  5.   

    adoquery1.sql.add('insert into table1(field1,field2,....) select field1,field2,....) from table2');