-- MySQL
select * from table_name order by id desc limit 0,10
select
*
from
table_name
order
by
id
desc
limit 0,10