Seleccione los valores superiores SQL
SELECT * FROM MyTable
ORDER BY MyCol DESC LIMIT 100
Zarden
SELECT * FROM MyTable
ORDER BY MyCol DESC LIMIT 100