mysql query - select bottom n records -



mysql query - select bottom n records -

i have field id records:

1 2 3 . . 9 10

is there mysql query syntax select bottom 5 * table order id desc?

8 7 6 5 4

thanks!

please seek running next query.

select column_name table_name order id desc limit 5;

mysql

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -