Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT SUM(foo)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00204980
Message ID:
00204987
Vues:
25
Jeff:

Put the result into an array.

SELECT SUM(foo) ;
FROM MyFooTable ;
WHERE ;
INTO ARRAY laSumFoo

IF _TALLY > 0
WAIT WINDOW STR(laSumFoo[1])
ENDIF

--Paul

>The documentation seems to imply that the above is possible... Im trying to get a total of a (filtered) field.. How can I dump the above into a variable
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform