Relative Content

Tag Archive for mysqluniqueuuidauto-incrementuserid

Creating a random unique id in MySQL

I want a user ID with AUTO-INCREMENT AND a user code using UUID()
I want to verify that this will work properly without duplicating any user codes.
Thanks guys!