Microsoft
Software
Hardware
Network
Question : how to count the sum?
I have a
select count(*) as orderQTY, order_date from product
group by order_date
--the output is
orderQTY order_date
234 6/2/2010
200 5/20/2010
90 3/1/2010
28 1/29/2010
I need sum this output orderQTY's total in the select query, how can I do this?
Answer : how to count the sum?
See this as well:
SELECT [OrderQty],Count(*) as OrderQty_Total
,[order_date]
FROM [Practice].[dbo].[product]
Group by [order_date],[OrderQty]
Random Solutions
How do I resolve this error "javax.xml.ws.WebServiceEx
ception .... Place the resource correctly in the classpath.?
Expression Blend - Bind Visibility to item in Combo Box.
Repair exchange database on difference server ?
Windows 2008 32bit to 2008 64 bit R2 upgrade
IIS - Host header Value basic question
Vmware standalone convertor error
Drop Down List
What SAN cert Exchange 2010 for UM, OA?
How to configure Stuck In active in GNS3
About direct X / Open GL issue