ianric Posted January 29, 2007 Share Posted January 29, 2007 Hi I want to change my order_id to something higher. I have read posts and in the tips & tricks it says use alter table osc_orders auto_increment = 1000; but what it doesn't say is are the next id's 2000, 3000, 4000 because the increment is set to 1000 or if I change 1000 to 63, does it go up in 63s? Thanks Ian Link to comment Share on other sites More sharing options...
Velveeta Posted January 29, 2007 Share Posted January 29, 2007 Hi I want to change my order_id to something higher. I have read posts and in the tips & tricks it says use alter table osc_orders auto_increment = 1000; but what it doesn't say is are the next id's 2000, 3000, 4000 because the increment is set to 1000 or if I change 1000 to 63, does it go up in 63s? Thanks Ian It should increment by 1 no matter what you set it to, what you're setting there is the base value that it increments from, not the increment steps... Richard. Richard Lindsey Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.