E' importante che tu inserisca l'ORDER dopo eventuali WHERE
esempio:
SELECT * FROM mio_database WHERE id>10 ORDER BY id DESC LIMIT 10,5
E' importante che tu inserisca l'ORDER dopo eventuali WHERE
esempio:
SELECT * FROM mio_database WHERE id>10 ORDER BY id DESC LIMIT 10,5