Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Summing by location
Message
 
À
26/07/1999 12:59:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00246115
Message ID:
00246179
Vues:
19
>Try:
>
SELECT Inv.Location, Count(OnHand.PK);
>   FROM Inv;
>   LEFT OUTER JOIN OnHand ON Inv.PK = OnHand.FK;
>   GROUP BY Inv.Location
HTH
>

Eh? What do the PK and FK represent?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform