Selecione valores mais baixos SQL
SELECT * FROM MyTable
ORDER BY MyCol ASC LIMIT 100
Zarden
SELECT * FROM MyTable
ORDER BY MyCol ASC LIMIT 100