Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
85 selects on a large database - looking for a way to si
Message
De
28/07/1999 12:00:22
Walter Meester
HoogkarspelPays-Bas
 
 
À
28/07/1999 10:22:56
Dag Arneson
Cornell Univerity Hotel School
Ithaca, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00247128
Message ID:
00247204
Vues:
31
Dag,

What about:

SELECT computer.res_loc as nlabnum, HOUR(gdreportdate) as nHour, count(*) as cTally ;
FROM uselog INNER JOIN computer ON uselog.comp_id = computer.res_id
GROUP BY nLabnum, nHour ;
INTO CURSOR usage

and convert the cursor into the array afterwards ?

Walter,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform