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
Run this: ALTER TABLE my_table_name AUTO_INCREMENT = 101; Normally you would do this on a command line prompt.