Hi,
I want to select the last three rows of a table in ascending order. How the query should be for that?
Thanks
SELECT * FROM table ORDER BY DESC LIMIT 3