Of course the master gets the entire record set, I'm going to sleep now:-)



At 01:41 AM 8/20/2000 -0400, you wrote:
>Assuming you have a counter in the table, order the results by that counter
>reversed (using order by colname desc). Then, in the CFQUERY tag itself, set
>the maxrows to 10.
><CFQUERY name="" datasource="" maxrows="10">
>select * from table
>order by uniquecolumnid desc
></CFQUERY>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to