Skip to content

Instantly share code, notes, and snippets.

@saghul
Created September 23, 2011 16:24
Show Gist options
  • Save saghul/1237794 to your computer and use it in GitHub Desktop.
Save saghul/1237794 to your computer and use it in GitHub Desktop.
MySQL random number between 0 and biggest possible integer
SELECT FLOOR(RAND()*(~0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment