Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Multi-Row Insert in VFP6?
Message
 
À
20/07/1998 17:28:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00119477
Message ID:
00119580
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform