MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Efficient MySQL for pagination of large amounts of data on website
Posted by: Devart Team
Date: August 17, 2010 07:49AM

Last record -
SELECT employeeID from employees ORDER BY employeeID DESC LIMIT 1;

Devart Company,
MySQL management tools
http://www.devart.com/dbforge/mysql/

Options: ReplyQuote


Subject
Written By
Posted
Re: Efficient MySQL for pagination of large amounts of data on website
August 17, 2010 07:49AM


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.