Created
June 6, 2018 07:32
-
-
Save endrureza/9a3a659dd0ea1cc2e586954e9c83a33c to your computer and use it in GitHub Desktop.
Mysql Rand Between Number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ROUND((RAND() * (max-min))+min) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment