[ V ] Krishna Journey
My journey with full of smart work
Saturday, 25 July 2015
SQL JOINS
Create Alphanumeric key randomly in mysql
In mysql you can easily generate random alpha numeric Key like below one.
SELECT UPPER(LEFT(UUID(), 5)) NEW_ID;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)