in reply to Perl and MySQL - getting a random record
SELECT *, rand() as rand FROM Banner_Rotator ORDER BY rand LIMIT 1 [download]