"SELECT * FROM tabella ORDER BY campo ASC LIMIT 0,3";

l'order esegue un ordinamento crescente, se ti serve decrescente basta usare DESC.