I have a database that stores usernames, how can I randomly select a username from the database, by their ID.
So choose a random ID from the existing IDs inside of the database and return the username.
Thanks !
I have a database that stores usernames, how can I randomly select a username from the database, by their ID.
So choose a random ID from the existing IDs inside of the database and return the username.
Thanks !