Forums / Craftwork / Server-side / merge the data base...

i'd like to know your opinion about this...

Trustmaster
#32902 2012-01-23 08:05

It's in table's AUTO_INCREMENT property: You can also get it this way:

SELECT MAX(user_id) + 1 FROM sed_users;
May the Source be with you!