Fórum Exportar dados #223034
29/03/2004
0
Alguém pode me ajudar?
Douglas
Curtir tópico
+ 0Posts
29/03/2004
Lucas Silva
insert into TABELA1 values(select * from TABELA2)
Gostei + 0
29/03/2004
Marcio.theis
Gostei + 0
29/03/2004
Henry
Table1.first;
While not table1.eof do
begin
Table2.insert;
Table2Campo.value:= Table1campo.value;
Table2campo2.value:= Table1campo.value;
Table2.post;
Table1.next;
end;
Para usar Table1Campo, vc tem que adicionar todos os campos da tabela, e se tiver um campo com o nome Artigo, vc bota table1Artigo.value, qualquer coisa é so fala....
Um abraço Henry,
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)