I'm trying to get a randomly selected set of rows from a select query. I'm trying something like 'select * from table_name where colum='xxxx' order by rand() limit 10' as outlined in the manual. Well the server refuse anything coming after the 'by'. Where I'm wrong?<br><br>thanks