MySQL Límite aleatorio 1

SELECT * FROM table_name ORDER BY RAND() LIMIT 1;
Ivan The Terrible