MySQL: Getting the Next ID Value (next_id, AUTO_INCREMENT)(1)
A problem as old as the world - how to get the next ID value for a table in a MySQL database, given that the ID value is generated as AUTO_INCREMENT.
Read →
Views: 3959
(11)