Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Summation!!
Message
From
19/12/2003 10:37:46
 
 
To
19/12/2003 10:26:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00860680
Message ID:
00860683
Views:
13
Hi,

Try
SELECT idnumber,;
       SUM(quantity) AS quantity;
    FROM table1 ;
    GROUP BY idnumber ;
    INTO CURSOR test
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform