Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Multi-Row Insert in VFP6?
Message
 
To
20/07/1998 17:28:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00119477
Message ID:
00119580
Views:
18
Hi

No. VFP 6.0 does not support something like INSERT INTO MyAlias (SELECT * FROM OtherAlias). Though if you break these sqls into 2 statements you can achieve the results by...
SELECT * FROM OtherAlias INTO ARRAY MyArray
INSERT INTO MyAlias FROM ARRAY MyArray
>For those who have the VFP6 beta, is there support for SQL's multi-row insert?. TIA
Previous
Reply
Map
View

Click here to load this message in the networking platform