Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quickest way to move data from one table to another
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00352881
Message ID:
00352922
Vues:
14
>If I use an append from, will the extra field in table2 cause a problem?, since the extra field has a default value that generates unique id (nextid.prg), append from doesn't seem to fire this default value, only insert into.

If you have to use INSERT INTO then:
select table2
scan
   scatter memvar memo
   insert into table1 from memvar
endscan
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform