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 Quote 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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.