<cfquery dbtype="query" maxrows="1">
Select whatever from myOriginalQuery order by theDateField desc 
</cfquery>


..:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com




-----Original Message-----
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 15, 2008 11:24 AM
To: CF-Talk
Subject: RE: Last Updated

Also, wouldn't it be pmore portable to use:

SELECT MAX(date_field) AS recentDate
FROM TableName

m!ke

-----Original Message-----
From: Adrian Lynch [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 15, 2008 9:34 AM
To: CF-Talk
Subject: RE: Last Updated

I still think if you have the query already, query of query it.

Adrian.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299076
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to