Hello! Can I create a new table with an old table's autoincriment status in mysql client?
I think, that ALTER TABLE new_table_name AUTO_INCREMENT=@my_autoincr_iment
helps me, but this construction must use with a constant value.
I don't wanna use a difficult script.
Drochite na carmu!