Created August 21 2000
Random String in SQL
Take a random number, and MD5 it!
UPDATE `table` SET col = MD5(RAND()) WHERE condition=TRUE;
Created August 21 2000
Take a random number, and MD5 it!
UPDATE `table` SET col = MD5(RAND()) WHERE condition=TRUE;