MySQL using the UUID_SHORT() function...
Posted
by Murray
on Stack Overflow
See other posts from Stack Overflow
or by Murray
Published on 2010-05-10T01:55:09Z
Indexed on
2010/05/10
1:58 UTC
Read the original article
Hit count: 390
mysql
If I use the UUID_SHORT() function in an INSERT statement, how do I make sure the UUID it creates has not already been used in the table before, does it automatically check that, and regenerate a UUID on collision?
© Stack Overflow or respective owner