So, I need to select data from the table but the only ten last rows (with highest id). I have already tried with select all records and then use while statement but I think there is another way. Any ideas? Thanks!
--
So, I need to select data from the table but the only ten last rows (with highest id). I have already tried with select all records and then use while statement but I think there is another way. Any ideas? Thanks!
--