Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Selects in VFP8 vs earlier versions
Message
 
 
À
24/03/2003 09:38:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00769193
Message ID:
00769226
Vues:
18
Add INSERT to the previous list. Yes, INSERT INTO SELECT FROM is new for VFP8. It's all documented in VFP8 help under What's New in Visual FoxPro 8.0.

>Hi Sergey,
>
>There does seem to be some differences though.
>Here's code that doesn't work in VFP6 but evidently does work in VFP8.
>
>>INSERT INTO employee (EmpNo, LastName, FirstName,
>> PhoneExt, HireDate, Salary)
>> SELECT EmpNo + 200, LastName, FirstName,'000',
>> HireDate, Salary + 1000
>> FROM empins
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform