MySQL Forums
Forum List  »  General

Re: Need help with SELECT with GROUP and LIMIT
Posted by: Marvin Eads
Date: April 26, 2005 09:54AM

SELECT Max(date) AS lastlogin, user
FROM log
GROUP BY user

Options: ReplyQuote


Subject
Written By
Posted
Re: Need help with SELECT with GROUP and LIMIT
April 26, 2005 09:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.