SQL select random row from tableUpdated: 22th December 2019Tags: sqlSELECT * FROM my_table ORDER BY RAND() LIMIT 1;