Answers for "How to select last 10 rows from MySQL"

SQL
7

mysql get last row

SELECT fields FROM table ORDER BY id DESC LIMIT 1;
Posted by: Guest on March-04-2020

Code answers related to "How to select last 10 rows from MySQL"

Code answers related to "SQL"

Browse Popular Code Answers by Language