Created
June 8, 2017 11:42
-
-
Save tayyebi/d3a0ada2eadcfe3f5671d39794748182 to your computer and use it in GitHub Desktop.
Generate Random 10 Char String SQL
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
select SUBSTRING(Replace(CONVERT(varchar(255), NEWID()), '-', ''), 0, 10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment