Hello,
http://dev.mysql.com/doc/refman/4.1/en/mathematical-functions.html besagt eindeutig, dass es so geht:
"ORDER BY RAND() combined with LIMIT is useful for selecting a random sample from a set of rows"
...na ja, und wenn nicht, dann eben über eine virtuelle Spalte...
SELECT name, RAND() AS zufall
FROM table
ORDER BY zufall
LIMIT 1
Wobei mich schon interessieren würde, warum er Probleme hat...
MfG
Rouven
--
-------------------
There's no such thing as a free lunch -- Milton Friedman
-------------------
There's no such thing as a free lunch -- Milton Friedman