Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save h2rd/ecc9c8b033e1bf544c057f93f6070a45 to your computer and use it in GitHub Desktop.

Select an option

Save h2rd/ecc9c8b033e1bf544c057f93f6070a45 to your computer and use it in GitHub Desktop.
Mysql Rand() between 2 values
ROUND((RAND() * (max-min))+min)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment