Ciao

Faccio un select con order by rand()

select citta from localita order by rand() limit 0,100;

il problema e' che le citta che tiro fuori sono ordinate a caso e non per ordine alfabetico.
Come faccio ad ordinarle alfabeticamente?

e' vero che order by rand() richiede molte risorse?

Grazie e ciao