samedi 1 février 2020

SQL Command to include a random row from the table

I have this code that allows me to select a user from the database, and only limit them to 1, yet how do I pick a random user from the SQL database? many thanks.

SELECT username FROM books LIMIT 1;



Aucun commentaire:

Enregistrer un commentaire