Answers for "query to get last 10 records in the table"

SQL
4

how to get last row of table in sql

mysql> select *from getLastRecord ORDER BY id DESC LIMIT 1;
Posted by: Guest on June-07-2020

Code answers related to "query to get last 10 records in the table"

Code answers related to "SQL"

Browse Popular Code Answers by Language