Shane A. Stillwell
A handy little SQL statement

A handy little SQL statement

Hold on Cowboy

This blog post is pretty old. Be careful with the information you find in here. The Times They Are A-Changin'

Have a look at the following SQL

SET @salt=SUBSTRING(MD5(RAND()),-20);This will set a variable called `@salt` that has a random string of 20 characters.