Dat heb je bijna goed:
SELECT *
FROM
( SELECT * FROM things ORDER BY id DESC LIMIT 10) xxx
ORDER BY id ASC
Let op de onschuldige xxx
na de subselectie die je nodig hebt.
Dat heb je bijna goed:
SELECT *
FROM
( SELECT * FROM things ORDER BY id DESC LIMIT 10) xxx
ORDER BY id ASC
Let op de onschuldige xxx
na de subselectie die je nodig hebt.