I have 2 tables order_retailer and order_customer
they both have auto incremented primary key order_id
To keep an order id unique in the whole system I want order_retailer to have id as even numbers only and for order_customer the ids will be odd. For this I have to set the autoincrement's increment value to 2. is it possible to set it table wise in mysql.
I don't want a php solution. please let me know if there is a command/query to set the auto increment shift to 2 for a perticular table.
Also I don't want to change the server variables auto_increment_increment or auto_increment_offset or any other server variable
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…