The answer is: it depends. Are you trying to
accomplish this in SQL from a command line or batch script or are you doing this
in a program? If you are using a programming language, which one are you
using and what version of the language are you using? Also, what version of
MySQL are you using? Different versions have different capabilities.
In brief, it is easier to do what you are
describing - scrolling backwards through a result set - in a programming
language like Java than it is in straight SQL; I'm not even sure if it is
*possible* in straight SQL but greater minds than mine may have figured out a
way. Even within programming languages, it can be tedious to manage or
relatively straightforward; for example, using (Java) JDBC 1.0, it is fairly
tedious to scroll backwards through a result but later versions of JDBC make it
relatively easy.
Rhino
|
No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.7.3 - Release Date: 15/03/2005
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]