> Personally, I have never used the group attribute of cfquery. There's a GROUP attribute of <cfquery>?
I suspect you mean <cfoutput>. > Is it > better than doing a query of query and using SQL GROUP BY? Well - assuming you're talking about <cfoutput> - they're not sufficiently similar for that sort of comparison to make sense, really. <cfoutput>'s group attribute is for implementing nested loops in a query loop, in which the inner loop iterates until the specified column's value changes, at which point processing breaks out into the outer loop. http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000309.htm -- Adam --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
