Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from specific columns
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01253797
Message ID:
01253798
Views:
18
INSERT INTO TableB (field1, field5, field8) ;
	SELECT field1, field5, field8  FROM TableA
>If I have a destination table (DBF) that containes 10 columns and my source table (DBF) has 3 columns, how would I append the 3 source table columns into specific destination columns?
>
>
>TableA source table
>field1
>field5
>field8
>
>
>TableB destination table
>field1
>field2
>field3
>field4
>field5
>field6
>field7
>field8
>field9
>field10
>
>
>I need the TableA.field1, TableA.field5, TableA.field8 data to end in the
>TableB.field1, TableB.field5, TableB.field8 columns.
>
>thanks
>nick
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform