Created
November 17, 2020 08:27
-
-
Save antic183/daa81248294c02398e554d527fa6603b to your computer and use it in GitHub Desktop.
mysql, mariadb generate random character
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
select elt(( FLOOR(1 + (RAND() * 26)) ),'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment