zed420 Posted November 5, 2008 Share Posted November 5, 2008 Hi All I wonder if someone can help me I've created a table but I want it to start at 101 and not from 0, How do i do this? Thank you zed Link to comment https://forums.phpfreaks.com/topic/131477-solved-table-to-start-from-101/ Share on other sites More sharing options...
luca200 Posted November 5, 2008 Share Posted November 5, 2008 CREATE TABLE yourtable col1 int not null auto_increment primary key col2.............. col3............. AUTO_INCREMENT = 101 Link to comment https://forums.phpfreaks.com/topic/131477-solved-table-to-start-from-101/#findComment-682944 Share on other sites More sharing options...
zed420 Posted November 5, 2008 Author Share Posted November 5, 2008 luca200 you're a star, Thank you my old china. Zed Link to comment https://forums.phpfreaks.com/topic/131477-solved-table-to-start-from-101/#findComment-682987 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.