Hi All
I thought I knew how to use Count/Select distinct, but apparently not!
I have this:
SELECT DISTINCT Count([Order #]) AS [CountOfOrder #], Sum([qty]*[Item's Price]) AS [Value], OrderDate
FROM tbl_orders
GROUP BY OrderDate;
The query runs, but the value shown in the 1st column...