Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select minimum
Message
 
 
À
11/06/2007 17:03:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01232093
Message ID:
01232104
Vues:
15
Try
SELECT cost, site FROM crs1 c1 ;
	WHERE cost = (SELECT MIN(cost) FROM crs1 WHERE site = c1.site)
>Suppose you have issued a sql-select which returns several records containing the fields COST and SITE among others. Then suppose you want to select from this result the minimum COST and its corresponding SITE. As in:
>
>select min(cost), site from crs1
>
>
>This produces an error Group clause invalid. How should this second select be structured?
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform