RE: List and count from a database

2008-09-26 Thread Dawson, Michael
Use SQL to do this: SELECT category ,COUNT(category) AS categoryCount FROM MyTable GROUP BY category m!ke -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2008 12:31 PM To: cf-talk Subject: List and count from a database I

Re: List and count from a database

2008-09-26 Thread daniel kessler
Use SQL to do this: That worked great - thanks Michael ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: