Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculate sum / select sum
Message
From
28/08/2002 13:40:34
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00694540
Message ID:
00694566
Views:
19
what is the definition of b.dthours

Peter

>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
Peter Cortiel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform