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:
00352890
Views:
21
>I am trying to find the fastest way to move data from one table to another. Both tables are almost Identical except the table recieving data has one extra field that has a default value which generate a unique id. Each table contain almost 85 fields or so but for simple example the following table fields have be reduced. Heres what I want to do:
>
>table1 contains data that I want to move
>field B
>field C
>field D
>
>
>table2 is where I want to recieve the data from table A
>
>field A
>field B
>field C
>field D
>
>how can I move table1 fields B thru D into table2 fields B thru D. In reality I have both table with approx 85 fields and I want to find a way of moving data maybe without defining every single field in table1 in the insert statement. Help appreciate
>
>
>thank
>nick patel

Did you try APPEND FROM ?
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform