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