Skip to content

A Simplest way of Getting of randomized hash string

Notifications You must be signed in to change notification settings

goonengine/rand-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

rand-hash

A Simplest way of Getting of randomized hash string.

Scripts

SQL on SQLServer

Prerequisites

  • Make a view for generation Random Numbers.
CREATE VIEW VW_RAND(GetRAND)
AS
	SELECT RAND()
GO    

About

A Simplest way of Getting of randomized hash string

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages