MySQL Forums
Forum List  »  Newbie

Re: a sql statement that can select lastest input to data base and select ordering from last member to first member, limiting output diplay to a specific number
Posted by: Thomas Ljungstrom
Date: March 30, 2006 04:52AM

SELECT * FROM table ORDER BY date DESC LIMIT 50

Difficult to be more specific since i donĀ“t have your db-structure

Options: ReplyQuote


Subject
Written By
Posted
Re: a sql statement that can select lastest input to data base and select ordering from last member to first member, limiting output diplay to a specific number
March 30, 2006 04:52AM


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.