MySQL Forums
Forum List  »  Newbie

Get Value of a TOP Row
Posted by: Michael Smith
Date: July 06, 2023 07:12PM

I am trying to get a value of a top row.

I am using code as below:

SELECT rownbr FROM Invoices01 LIMIT 1;

The rownbr might be 1001.

How do I get the actual value of the rownbr?

Mike

Options: ReplyQuote


Subject
Written By
Posted
Get Value of a TOP Row
July 06, 2023 07:12PM


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.