Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from question
Message
 
 
To
12/07/2007 13:21:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01239762
Message ID:
01239785
Views:
10
>thanks, but the number of fields(columns) of table1 does not match the number of fields(columns) of table2....
>
>
>Carlos Burgos

Then you may have to list them explicitly, e.g.

insert into Table2 (field1, field2, field3) select ff1, ff2, ff3 from MySecondTable
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform