How can I SELECT the last row in a MySQL table?I’m INSERTing data and I need to retrieve a column value from the previous row.There’s an auto_increment in the table.
Select last row in MySQL – Stack Overflow was last modified: July 13th, 2017 by
How can I SELECT the last row in a MySQL table?I’m INSERTing data and I need to retrieve a column value from the previous row.There’s an auto_increment in the table.