Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Total Command functionaity with SQL
Message
 
 
To
12/01/2003 17:13:09
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00740846
Message ID:
00740852
Views:
14
SELECT SUM(value) AS sum_value FROM mytable ;
  GROUP BY ordnum ;
  INTO CURSOR crsTotal
>I'd like to know if I can use a SQL command to accomplish the same thing that would result for a command like:
>
>TOTAL FIELD value ON ordnum TO tempfile.
>
>Any suggestions?
>
>Thanks,
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform