How can I SELECT
the last row in a MySQL table?
I’m INSERT
ing data and I need to retrieve a column value from the previous row.
There’s an auto_increment
in the table.
How can I SELECT
the last row in a MySQL table?
I’m INSERT
ing data and I need to retrieve a column value from the previous row.
There’s an auto_increment
in the table.