Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Selects in VFP8 vs earlier versions
Message
De
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:
00769224
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform