Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Summation!!
Message
De
19/12/2003 10:37:46
 
 
À
19/12/2003 10:26:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00860680
Message ID:
00860683
Vues:
14
Hi,

Try
SELECT idnumber,;
       SUM(quantity) AS quantity;
    FROM table1 ;
    GROUP BY idnumber ;
    INTO CURSOR test
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform