Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What wrong with this SQL?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00511889
Message ID:
00511900
Views:
15
TRY in this order:
SELECT rptDT, HourReq, HourUsed, HourOT, ManPower;
FROM tblRequest ;
INTO CURSOR csr;
GROUP BY MONTH(rptDT) + YEAR(rptDT) 
Thanks...
Dan Rowe
Eagle Technology
Previous
Reply
Map
View

Click here to load this message in the networking platform