Inserting random characters to MYSQL Database
Posted
by spotlightsnap
on Stack Overflow
See other posts from Stack Overflow
or by spotlightsnap
Published on 2010-03-23T07:54:43Z
Indexed on
2010/03/23
8:03 UTC
Read the original article
Hit count: 191
mysql
I want to add 100 entry to users table numbers field, random characters length is 10, all entry should be unique as well. How can i achieve this using MYSQL query code ?
Or do i need to use PHP ?
Help me with code snippets please. Thanks.
© Stack Overflow or respective owner