Skip to content

Instantly share code, notes, and snippets.

@technokid
Last active November 22, 2017 08:35
Show Gist options
  • Save technokid/b9f5bfaa052023d088f63abbf67c1991 to your computer and use it in GitHub Desktop.
Save technokid/b9f5bfaa052023d088f63abbf67c1991 to your computer and use it in GitHub Desktop.
mysql rand between two values
ROUND((RAND() * (max-min))+min)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment