How to select the last record ?

wxdqz

New Member
Hi,

I have a MySQL table, each record has a "Id" field as PRIMARY KEY AUTO_INCREMENT.

I would like to write a string that returns me only the last record typed inside the table that should be the one with the higher ID number.

How can I take out only this data ?

Thanks

Fabio
 
Back
Top