Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quickest way to move data from one table to another
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00352881
Message ID:
00352922
Views:
13
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform