Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TheHiddenHaku/3391ed5b78bd5de9ccc16d6a5527adc9 to your computer and use it in GitHub Desktop.
Save TheHiddenHaku/3391ed5b78bd5de9ccc16d6a5527adc9 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