SQL select random row from table

Updated: 22th December 2019
Tags: sql

SELECT * FROM my_table ORDER BY RAND() LIMIT 1;