flemingmike Posted September 22, 2010 Share Posted September 22, 2010 hello, 2 questions 1, can i set the auto increment to start at 1400 instead of number 1? 2, if i have a field that is auto increment, can i insert a number into that field if i want also? for instance, the next auto number is 1420, but i want to use number 1200. thanks! Link to comment https://forums.phpfreaks.com/topic/214138-mysql-autoincrement-questions/ Share on other sites More sharing options...
Mchl Posted September 22, 2010 Share Posted September 22, 2010 1. yes ALTER TABLE yourTable AUTO_INCREMENT = 1400 2. yes, but be careful with that Link to comment https://forums.phpfreaks.com/topic/214138-mysql-autoincrement-questions/#findComment-1114268 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.