Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Query
Message
De
14/08/2003 04:58:34
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00819247
Message ID:
00820043
Vues:
17
Hi Ravi,

you can do this on MSQL, but not on VFP.
SELECT * FROM EmpSalary SOURCE;
 WHERE Salary IN (SELECT TOP 2 Salary FROM EmpSalary WHERE Deptt=SOURCE.Deptt ORDER BY 1 DESC)
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform