Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sum and newtable
Message
From
23/12/2006 06:11:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Sum and newtable
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01179920
Message ID:
01179920
Views:
63
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
Next
Reply
Map
View

Click here to load this message in the networking platform