Selecione valores mais baixos SQL

SELECT * FROM MyTable
ORDER BY MyCol ASC  LIMIT 100
Zarden