Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sum in select statement
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Sum in select statement
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01184761
Message ID:
01184761
Views:
60
hi all,
i have the code below that i think should work but it isn't. there is a problem with the sum command but i just cannot see it. i know that its bound to be something easy but any help appreciated at this late hour
SELECT *, sum(KBI_qty) as gtotal ;
	FROM KBI ;
	GROUP BY KBI_stkref ;
	ORDER BY KBI_stkref ;
	INTO temp8
~M
Go raibh maith agat

~M
Next
Reply
Map
View

Click here to load this message in the networking platform