Created
January 8, 2021 10:46
-
-
Save mamedshahmaliyev/b0a32c45d939338b9f8c3fa54cefd4ec to your computer and use it in GitHub Desktop.
MySQL randoms
This file contains 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
# random between 10 and 5 | |
select FLOOR(RAND()*(10-5+1)+5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment