i'd like to know your opinion about this...
Administrators Thanked: 265 times
It's in table's AUTO_INCREMENT property: You can also get it this way:
SELECT
MAX
(user_id) + 1
FROM
sed_users;