agreed, just giving the SQL

-----Original Message-----
From: Philip Arnold [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 19, 2003 10:01 AM
To: CF-Talk
Subject: RE: SQL Question: (Brainfart Saturday...)


> select count(*), sku
> from sku_table
> Group BY sku
> Having count(*) >1

Problem with not aliasing the Count() is that it'll be a LOT more
difficult to access in ColdFusion

Count() as Alias




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to