Dysan Posted January 11, 2008 Share Posted January 11, 2008 How do I start the auto number value at 100000, then increment by 10 upon each record being added to the database. Example. Record 1 = 100000 Record 2 = 100010 Record 3 = 100020 Record 4 = 100030 Record 5 ... Link to comment https://forums.phpfreaks.com/topic/85546-auto-number-increment-by-10/ Share on other sites More sharing options...
revraz Posted January 11, 2008 Share Posted January 11, 2008 You can use PHPMyAdmin to edit MySQL to do that. Under Operations tab. Link to comment https://forums.phpfreaks.com/topic/85546-auto-number-increment-by-10/#findComment-436553 Share on other sites More sharing options...
Dysan Posted January 11, 2008 Author Share Posted January 11, 2008 Then where? Link to comment https://forums.phpfreaks.com/topic/85546-auto-number-increment-by-10/#findComment-436564 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.