Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding fields in a cursor then removing duplicates
Message
 
À
23/06/2005 06:48:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01025744
Message ID:
01025836
Vues:
21
>As a first stab try:
>SELECT Fabric, Supplier, Artikey, SUM(Rating);
>  FROM table;
> GROUP BY Rating
>
>Kev


After reading the original message, I think Neil wants to GROUP BY Artikey:
SELECT Fabric, Supplier, Artikey, SUM(Rating);
  FROM table;
 GROUP BY Artikey
Randy Bosma
VFP - Because life is too short to code in something else...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform