From: Ed Carp Date: March 16 1999 10:09am Subject: Re: [spam 03.12/10.00 -pobox] current row number List-Archive: http://lists.mysql.com/mysql/310 Message-Id: <002301be6f95$197a2c80$74c9a8c0@traveler.airmail.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit >Is there a function in mySQL to return the current row number in a query >(not any unique record id, just a sequential number)? I did not find that in >the documentation among the functions. It is useful for some reports. Try mysql_row_tell().