Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sum and newtable
Message
From
23/12/2006 08:12:54
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01179920
Message ID:
01179926
Views:
17
hi,
thank you,
sorry
What do you mean "not work"? SUM( trn_qnty )...not work, no sum

>What do you mean "not work"? What do you get for a result? What do you want the result to be?
>
>>hi all,
>>i tray via this code under to sum my filed ,not work
>>
>>is ther a way to insert the fields to new table qtmp as
>>
>>stk_code sum of month1 ... to month12 + another fileds.
>>
>>
>>SET DATE BRITISH
>>SET CENTURY on
>>LOCAL ldStart, ldEnd
>>ldStart =ctod("01/01/2006")
>>ldEnd = ctod("31/12/2006")
>>
>>
>>SELECT stk_code,trn_type,trn_date,cst_prce,str_nmbr, SUM( trn_qnty ) AS bill_total FROM test WHERE ;
>>  between(trn_date,ldStart,ldEnd) AND trn_type=44;
>> GROUP BY stk_code,trn_type,trn_date,cst_prce,str_nmbr ;
>>   ORDER BY stk_code,trn_date INTO table qTmp readwrite
>>USE qTmp
>>*INDEX ON  ctod(trn_date) + (stk_code) TO ll &&
>>
>>BROWSE
>>
>>
>>thanks alot
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform