Pilih nilai terendah SQL

SELECT * FROM MyTable
ORDER BY MyCol ASC  LIMIT 100
Zarden