Wählen Sie die niedrigsten Werte SQL aus
SELECT * FROM MyTable
ORDER BY MyCol ASC LIMIT 100
Zarden
SELECT * FROM MyTable
ORDER BY MyCol ASC LIMIT 100