On 6/20/2005, "Bob" <[EMAIL PROTECTED]> wrote: >Hi Mike, >Yes, it was just the date of the most recent message I wanted. >We may have been at cross purposes then. >
Yep - I misunderstood your intent. If all you really want is the maximum date, then by all means I'd recommend using the max() function. As your own testing proved, max() is much faster than "order by ... limit 1" if you don't want additional fields from the most recent message. Best, Mike Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
