On Fri, May 28, 2010 at 11:38 AM, Andre Matos <andrema...@mineirinho.org> wrote:
> I have a table that uses auto_increment to generate the Id automatically 
> working fine.
> However, I need to create a new table where the Id must be a number generated
> randomly, so I cannot use the auto_increment.

You'd be better off using UUID in my opinion.

- Perrin

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to