MySQL Forums
Forum List  »  PHP

Re: Get "Row Number" of a specific record?
Posted by: Jonathan Stephens
Date: May 17, 2005 06:31PM

SELECT COUNT(id) FROM table WHERE id <= 3;

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: Get "Row Number" of a specific record?
May 17, 2005 06:31PM


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.