MySQL Forums
Forum List  »  Newbie

Re: Query for Most Recent Date from Specific Browser
Posted by: laptop alias
Date: July 08, 2008 12:41AM

SELECT ip, `date`, browser
FROM `log`
WHERE browser = 'Netikus'
ORDER BY `date` DESC
LIMIT 1

Options: ReplyQuote


Subject
Written By
Posted
Re: Query for Most Recent Date from Specific Browser
July 08, 2008 12:41AM


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.