Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calculate sum / select sum
Message
 
À
28/08/2002 13:19:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00694540
Message ID:
00694554
Vues:
14
Here is the Select Statement

SELECT a.weekday, ;
SUM(000000000000.00000 + b.dthours) as Downtime ;
FROM tmpdays a ;
LEFT OUTER JOIN tmpDowntime b ON DTOS(a.weekday) = DTOS(b.report_date) ;
GROUP BY a.weekday ;
INTO CURSOR tmpHope2

Rex A. Walters
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform