2 tables. Trying to list in descending order the top 10 largest 'summed
sales' (ie. sum (s.total) TOTALS). I can output the the summed sales
totals, I cannot break it down to the top 10. What am I missing?
Thanks
Tim
NCSU...@nc.wavetel.com
select top 10 sum(sales) from table order by sales desc
"Ice" <icema...@yahoo.com> wrote in message
news:zjlC8.106423$q8.10...@bin3.nnrp.aus1.giganews.com...