Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT {columns} FROM table_name ORDER BY RAND() LIMIT {number of records}
SELECT {columns}, id*0+rand() as rand_row FROM table_name ORDER BY rand_row LIMIT {number of records}