Wybierz najniższe wartości SQL

SELECT * FROM MyTable
ORDER BY MyCol ASC  LIMIT 100
Zarden