How to select the last record from MySQL table using SQl syntax.

Posted by Vafello on Stack Overflow See other posts from Stack Overflow or by Vafello
Published on 2010-04-17T17:12:07Z Indexed on 2010/04/17 17:23 UTC
Read the original article Hit count: 108

Filed under:
|

I have a table with several records. There is an id field. I would like to select the record with the most recent id (i.e. the ighest id).

Any ideas?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql