SQL query to select 10 latest added data from table code example Example: php sql last 10 rows SELECT * FROM big_table ORDER BY A DESC LIMIT 10