Mulley, Nikhil wrote:

Hi All,
I have a table which is being continuosly updated, I just wanted to know how to 
output only the last row with the select statement.
can anyone please tell me howto.
thanks,
Nikhil



Do you use a recno?

If you have 4.1 you can use select * from table where recno = (select max recno from table)


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to