Skip to content

Instantly share code, notes, and snippets.

@endrureza
Created June 6, 2018 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save endrureza/9a3a659dd0ea1cc2e586954e9c83a33c to your computer and use it in GitHub Desktop.
Save endrureza/9a3a659dd0ea1cc2e586954e9c83a33c to your computer and use it in GitHub Desktop.
Mysql Rand Between Number
ROUND((RAND() * (max-min))+min)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment