Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INSERT INTO ...
Message
From
23/01/2001 18:08:36
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00467632
Message ID:
00467658
Views:
9
>Does VFP 7.0 support INSERT INTO cTable NAME loData? This would be better than GATHER NAME followed by APPEND BLANK. TIA

Nope, but its not a bad Idea. I've always wanted to do this as well:
INSERT INTO myTable ;
   SELECT * ;
      FROM myOtherTableWithTheSameStructure
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform