Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From one view to the other
Message
 
 
To
01/03/2013 12:54:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01567265
Message ID:
01567267
Views:
48
>What would be the easiest way to add records from a view (Temporary table) to another view (permanent table). Both have the same fields.
insert into mySecondView (column1, ...)
select Column1, ... 
from myFirsrView
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