MySQL Forums
Forum List  »  Newbie

Re: Maximum value more than one
Posted by: Ron Mey-Ami
Date: September 11, 2008 01:14AM

SELECT * FROM MyTable
WHERE dateColumn= (SELECT MAX (dateColumn) FROM MyTable)

Options: ReplyQuote


Subject
Written By
Posted
September 10, 2008 08:53PM
Re: Maximum value more than one
September 11, 2008 01:14AM


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.